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 and live.com emails, so spammers can get around it and bypass this rules.
I'm using EFA's project with MailScanner and SpamAssassin (version 3.4.1 running on Perl version 5.10.1).
The rule I'm using is the following:
body bitly_fucking_final_rule /bit.ly/i
score bitly_fucking_final_rule 3.0
describe bitly_fucking_final_rule Bitly rule for testing purposes
Thanks in advance!