Tagged Questions

SpamAssassin is an open source server daemon used to examine and mark email that it identifies as spam.

learn more… | top users | synonyms

4
votes
2answers
449 views

spamassassin check score C# code

Is there a way to check the score in an ASP.Net application? A class or something similar for .Net? How about other Spam Filters out there. --Edited I am looking for a way to check the spam score of ...
2
votes
2answers
246 views

What's the most straightforward way to delete emails marked as spam by SpamAssassin?

I'm on Ubuntu Intrepid, using Postfix and SpamAssassin. I've seen approaches using procmail (like the one suggested @ Apache), but I'm looking for a solution that does not use procmail. This is a ...
1
vote
1answer
17 views

Passing Text from MySQL into spamassassins Spamc Client

This is my first post here and I am a bit of a nub. I am looking to pass text from a MySQL database through spamassains spamc client. I can do it by writing to a file and then passing this file into ...
1
vote
1answer
41 views

After downloading a mail through IMAP, before parsing I want to check if its spam!

I have a ticket system in PHP. People report tickets over email. A mail parser connects to the mailbox using IMAP, downloads the email and parses it to create a ticket which can be viewed/updated over ...
1
vote
1answer
873 views

local.cf spamassassin

actually i am trying to write one rule in local.cf spamassassin what i need is to block all Viagra emails. as you know in these emails some time thay write Viagra,VIAGRA,VIAGRA(c) and some time it ...
1
vote
2answers
162 views

How can I get a full Mail::SpamAssassin::MailMessage object from text?

I use the following code to generate a spam report using SpamAssassin: use Mail::SpamAssassin; my $sa = Mail::SpamAssassin->new(); open FILE, "<", "mail.txt"; my @lines = <FILE>; my ...
0
votes
0answers
8 views

Lightweight Bayes filter for larger data sets

I would like to create yet another spam detection for my CMS. Currently I do see three options: use a simple php class and store tokens in MySQL install spamassassin and use a php-connector ...
0
votes
0answers
30 views

SpamAssassin filtering from within a C# App

I have a C#/MVC app that sends email, and I want to run spam checks on outgoing mails before they are sent, to determine if the content in them is spammy. I know that Akismet has a c# library but ...
0
votes
0answers
23 views

Filtering mail and routing it via different MX records?

I have an anti-spam mail gateway set up that uses postfix and spamass. It receives mail for a domain, scans + tags it, and then relays it on to a defined smtp host (the mail server for the domain). I ...
0
votes
0answers
18 views

Spamassasin Exception Rule

I'm running spamassasin + sendmail on my linux box. And i defined to drop email(delete email not to deliver to account) when it cetified as Spam mail as score. One of my client want to except his/her ...
0
votes
0answers
36 views

How to create spam score list/report for sample email messages

I have a mail receiving setup where in Postfix (2.6.6) is the MTA and then I have amavisd-new (with spamassassin and CLamAV) as content filter. I have enabled spam report header in my amavisd-new ...
0
votes
0answers
23 views

Need to archive received emails

I have a mail receiving setup where in Postfix (2.6.6) is the MTA and then I have amavisd-new (with spamassassin and CLamAV) as content filter. I have enabled spam report header in my amavisd-new ...
0
votes
1answer
159 views

How SpamAssassin defines BAYES_99 ? How to avoid it?

SpamAssassin marks my email with reason BAYES_99 , which means the email is 99% ~ 100% spam email. What is the mechanism of SpamAssassin to detect this rule (by keyword?), and how can I avoid hitting ...
0
votes
0answers
46 views

How reliable is SpamAssassin in determining whether an email sender is spoofed?

I'm making a Rails app that accepts input through email, and I want to differentiate between email sent from a user's own email address and an email sent from an attacker with the sender spoofed. How ...
0
votes
1answer
345 views

Reduce X-Spam hits on mail sent through SmtpClient()

I am using System.Net.Mail.SmtpClient to send e-mails through a remote SMTP server. When I'm looking at the headers of the sent message, I see that the message gets 2.5 hits from X-Spam. How can I ...
0
votes
1answer
31 views

Does Spamassassin require compilation to use?

From what I have been able to gather, spamassassin is written in perl but there may also be compiled versions of it. Does one have to compile it inorder to use it? Can a perl script simply include ...
0
votes
1answer
169 views

Send simple text (not email) to SpamAssassin

I was wondering if I can send simple text to SpamAssassin. I want to put the comment in a text file and call 'spamc < file.txt' (i don't know if it is possible to send text direct to spamc). The ...
0
votes
1answer
412 views

How can I query Spamhaus's SBL with a domain name?

I want to query Spamhaus's SBL using a domain name. I know this is possible to do because this form (Find SBL Listings by ISP Domain Name) does it and SpamAssassin does it, but I can only seem to get ...
0
votes
1answer
196 views

Not able to read return value from spamassassin when launched from C# console

I have a windows server 2008 with a mail server installed. For every emails that comes in, a C# application is launched that pipes the message through a set of optional filters and then decides ...
0
votes
1answer
127 views

Spam Assassin giving invalid output

I want to use Spam-Assassin for scoring mails for spam before sending them to the users. I'm using PHP for executing it as a process using the exec. exec("/usr/bin/spamc -R < ...
0
votes
0answers
78 views

How to get a detailed report of scans performed by spam-assassin? [closed]

I am planning to setup spam-assassin in my mail server for filtering out spam mails. I would like to get a detailed report of spam checks performed on incoming mails. This will help me in creating ...
0
votes
1answer
658 views

spam check, spam score how to?

I am doing a app that is sending email and need to have a spam checker on the outgoing email. I have been looking for this a while now, I can not seem to find a good solution. I would like to use ...
0
votes
2answers
498 views

How do I sudo environment?

I am using spamassassin in a php script, but when I train spamassassin as my user the php script's exec command to call spamassassin get the untrained version because of the user specific nature of ...
0
votes
1answer
5k views

Postfix / Spamassassin: Undelivered Mail Returned to Sender

I'm having an issue with a newly configured mailserver where spam emails that are spoofed to come from the local domain are actually accepted by the mailserver, the mail isnt delivered as is though, ...
0
votes
2answers
425 views

How can I find out what triggered the TRACKER_ID rule in spamassassin?

I recently received an email from my girlfriend that spamassassin marked as spam, mostly because spamassassin detected a tracker ID... except there wasn't one. I'd like to know what triggered it, so ...
-2
votes
1answer
111 views

List of bank domains to stop phish

I'm looking for a full list of bank domain names to include in an anti-phish routine I'm planning, does anyone have a list/URL?