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.

147 questions
2
votes
1 answer

SpamAssassin RDNS_DYNAMIC and HELO_DYNAMIC_IPADDR

I'm using SendGrid to deliver emails and the recent test I conducted from my server, using their API, ended up having SpamAssassin flagging my email. Here is the result: pts rule name description ---- ----------------------…
Vincent
  • 745
  • 10
  • 21
2
votes
0 answers

T_FILL_THIS_FORM_SHORT in spam assassin

I am sending an email, and the spam filter always consider it as spam. The most points are given to this validation: T_FILL_THIS_FORM_SHORT=3 At spam assassin website the description says this: FILL_THIS_FORM - Fill in a form with personal…
ronssm
  • 51
  • 1
  • 9
2
votes
2 answers

Spamassassin Bayes Not Working

I'm getting no bayes score on any email and there appears to be no bayes filtering despite my best efforts. I am not a linux and spamassassin guru, so I'm asking for some help. I have built up these settings in local.cf in attempts to get bayes…
Montclair
  • 81
  • 1
  • 10
2
votes
1 answer

Using spamassassin to test form input

I have spamassassin installed on my computer, and I would like to use it to test form input from things such as comments (I know spamassassin is for emails, but I can't find anything for non-email), but when I test a nonsense comment spamassassin…
Get Off My Lawn
  • 34,175
  • 38
  • 176
  • 338
2
votes
0 answers

SpamAssassin creating bayes.toks.expire text files

I have a shared hosting account at HostGator and have been using spamassassin for several months with no problem. About 10 days ago, I logged in to cPanel > File Manager > .spamassassin folder, and there were 10-12 text files created like…
snoop
  • 141
  • 2
  • 8
2
votes
1 answer

SpamAssassin not rewriting Subject line

I can't seem get Spam Assassin to rewrite the subject lines with SPAM. This is on a Debian 7 box using Postfix, Dovecot, MySQL, and spamass-milter Here is the relevent configuration data from the config…
Sha Ner
  • 41
  • 3
2
votes
2 answers

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 they write Viagra,VIAGRA,VIAGRA(c) sometimes in the Subject field, sometimes in the Name field, sometime it is…
air
  • 6,136
  • 26
  • 93
  • 125
2
votes
2 answers

regex to capture any several words in a sentence

I wanted to build a spamassassin URL that matches: "inform that the security key has expired" and variations, where there can be 1 to 3 words before the word "has" and it still has to match. I keep trying and testing in online regex tool. I used…
2
votes
1 answer

What does Spamd "Tell: Did nothing for (unknown):0 in 0.0 seconds" mean?

I'm hooking spamd up to my email program, and when I use the "TELL" command to send it a known SPAM email, the log shows: spamd: Tell: Did nothing for (unknown):0 in 0.1 seconds, 13194 bytes Is this normal? Or am I screwing something up?
CasaDelGato
  • 603
  • 7
  • 17
2
votes
1 answer

Need to scan email contents for spam before sending to users

I have a PHP application which is used by clients to send emails to their customers. There is a page that lets client user build email templates to send to their customers. I want to add a functionality called 'Spam check'. This will allow client…
Aniruddha Shival
  • 113
  • 3
  • 10
1
vote
2 answers

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 that I can report a sensible bug.
Simon
  • 25,468
  • 44
  • 152
  • 266
1
vote
0 answers

SpamAssassin flags our PHP Emailer for being a PHP_SCRIPT (-2.499)

I've got a custom PHP website that has a form which triggers an email to be sent and in this email it contains an authentication link to confirm/verify that they are the person submitting to the form. The current PHPMailer code looks like: //Server…
Ryflex
  • 5,559
  • 25
  • 79
  • 148
1
vote
1 answer

Spamassassin custom rules not applying to Outlook emails

I have several custom rules on my local.cf file set, and one is about bit.ly links. I've set it so it gives 3 points to every email that contains "bit.ly" inside their body, but in some emails works and in others don't. This happens on outlook.com…
r0dr1
  • 79
  • 8
1
vote
0 answers

Combination of SpamAssassin and Spamhaus SBL are incorrectly marking emails with company links as spam

My email signature has a link to my company website and it's formatted correctly. If someone replies to an email I sent them, very often SpamAssassin marks the reply as spam. I'm also getting reports that my emails land in recipients' junk…
user1596165
  • 191
  • 2
  • 13
1
vote
1 answer

amavisd-new rule to call external script

We are using amavisd-new (amavisd-new/oldstable,now 1:2.10.1-4) to filter both incomming and outgoing e-mails. The thing is we receive a log of spam with fake sender from our domain. Since we have less than 100 accounts in our system, is there a…
FatRabbit
  • 61
  • 6
1 2
3
9 10