Questions tagged [spamassassin]

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

SpamAssassin is an open source server daemon used to examine and mark email that it identifies as spam. SpamAssassin does nothing but mark the email as spam; it is up to the mail client to setup rules to filter the marked emails out.

If you are having a problem which is unrelated to programming SpamAssassin, you should likely not be posting to Stack Overflow.

143 questions
17
votes
3 answers

How to move spam to spam folder?

i have already install postfix, dovecot, Clamav, Spamassassin and amavisd-new on my centos 5.10. The tutorial is in here : http://catatanlepas.com/komputer/aplikasi/server-mail/postfix/359-instalasi-postfix-menggunakan-dovecot-di-centos-5-5 I just…
user3747101
  • 195
  • 1
  • 1
  • 3
13
votes
1 answer

Online SpamAssassin evaluation / RFC conformant check

I want to check the SpamAssassin SPAM score of E-Mails including headers generated by a script from a WebApp. Therefore I need to run this mail through SpamAssassin to get the specific SPAM headers like: Yes, score=6.032 HTML_IMAGE_ONLY_24=1.282…
Stefan Profanter
  • 5,789
  • 5
  • 36
  • 65
8
votes
3 answers

Get spamassassin to drop emails containing a specific REGEX in attached filenames

newbie asking first question :) I'm running a mail server (Ubuntu/Postfix/Dovecot) with SpamAssassin. Most of the known spam is flagged (RBLs, and obvious UCE) except for this particular malspam in attached zip files like "order_info_654321.zip",…
Keijo D Putt
  • 101
  • 1
  • 6
7
votes
2 answers

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 the email messages in C#.
Ridvan
  • 71
  • 1
  • 4
7
votes
2 answers

Different results from spamassassin and spamc

I have installed and configured and trained my spamassassin and all seemed to work just fine. Then when I tried to deploy it via spamc I get partial results. Why is this happening? I like spamc for the fact i can get it to output just the report but…
transilvlad
  • 12,220
  • 12
  • 41
  • 77
6
votes
3 answers

SpamAssassin negative score for HEADER_FROM_DIFFERENT_DOMAINS

Some emails sent by our sever go to spam for certain recipients. E.g when sent to @outlook.com email addresses. I have been testing our emails using https://www.mail-tester.com SpamAssassin gives a score of -0.1 for the issue of…
AndyW
  • 748
  • 2
  • 8
  • 18
6
votes
3 answers

spamassassin rdns reversedns

Spamassasin gives the following flag on my emails: * 0.8 RDNS_NONE Delivered to internal network by a host with no rDNS "This test checks to see if there is a reverse DNS entry for the last untrusted relay. Note that this may be…
Gleiemeister 2000
  • 711
  • 4
  • 8
  • 22
6
votes
1 answer

Setting header for date to lower SpamAssassin score

I have used a testing service (verifier.port25.com) to check what was happening when emails were getting sent from my PHP script. For some reason they were ending up in my GMail spam folder even though SPF and DKIM are enabled. It turns out that…
Nick
  • 3,930
  • 14
  • 62
  • 107
5
votes
2 answers

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 this rule?
Raptor
  • 48,613
  • 43
  • 209
  • 344
5
votes
4 answers

MIXED_ES Too many es are not es

I sending emails using PHPMailer and SpamAssassin is tagging it * 3.3 MIXED_ES Too many es are not es What does it mean? What is "es"? How to fix?
JKLIR
  • 828
  • 8
  • 10
5
votes
2 answers

Meaning of TO_NO_BRKTS_HTML_IMG in SpamAssassin

I am trying to find out what is the meaning of the flag TO_NO_BRKTS_HTML_IMG in SpamAssassin. The provided description for it says: To: lacks brackets and HTML and one image As far as I understand it means the mail message is in HTML format and…
dr_
  • 2,129
  • 1
  • 20
  • 32
5
votes
0 answers

SpamAssassin Razor2 always gives confidence level above 50%

I have a powermta SMTP ready. Whenever I try to send HTML email, Razor2 gives me confidence above 50%. I tried with different content, my IP is not blacklisted neither the domain. But Razor2 always gives me bad score, but if I send email with plain…
Minato Namikaze
  • 526
  • 7
  • 17
5
votes
1 answer

spamassasin HTML_IMAGE_ONLY

My mails get 1.6 points (out of max 2 to be classified by spam) from this rule: SpamAssassin Rule: HTML_IMAGE_ONLY_24 Standard description: HTML: images with 2000-2400 bytes of words Explanation This may indicate a message using an image instead of…
Gleiemeister 2000
  • 711
  • 4
  • 8
  • 22
4
votes
1 answer

Preventing DOS_OUTLOOK_TO_MX SpamAssasin's flag

I have an application hosted in an Amazon EC2 Server that uses e-mail service from a shared web host. I did this to utilize the shared hosting e-mail server and the available e-mail administration tool and webmail interface. My application uses…
Arivan Bastos
  • 1,797
  • 1
  • 16
  • 26
3
votes
1 answer

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 programming question because the correct answer will…
Nick Sergeant
  • 29,184
  • 12
  • 34
  • 44
1
2 3
9 10