
How do I add custom SpamAssassin rules for content filtering?
Dave, using SpamAssassin, how do I proceed with content filtering? I want to block 15 words that can appear in the email being sent to me. I already have SpamAssassin set up on my Linux system, I just need to figure out how to configure the rules file properly!
While I'm also a big fan of SpamAssassin, I'm the first to admit that the rules can be more than a bit confusing, and when you have a bad rule, odd things can occur, especially if you don't actually test your rules before you install them. But let's start at the beginning... Your local SpamAssassin rules should be stored in a file called /etc/mail/spamassassin/local.cf if you want the rules applied to every user on the system, or ~/.spamassassin/user_pref if you want to have them only apply to your own email. All rules have three components:
body NO_VIOXX /vioxx/i score NO_VIOXX 10 description NO_VIOXX messages that contain the word VioxxIn this case, any message that contains "Vioxx" (without regard to the mix of upper and lower case, which is what the 'i' accomplishes in the pattern) will be given a score of +10, which might by itself make this an undelivered spam message (it actually depends on what threshold you specify in your configuration file). Having shown that, I use rawbody rather than body so that it catches words that appear in HTML formatted messages and messages with base64 or any other encoding scheme. Here are two actual rules from my own SpamAssassin rule set: rawbody BECAUSE_OPTIN /because you opted-in/i score BECAUSE_OPTIN 5.0 rawbody DEALSMINUTE /dealsbytheminute/i score DEALSMINUTE 5.0The first thing you'll notice is that I don't bother with the description field. I just try to use sufficiently mnemonic rule names. Don't be fooled into thinking that you can only match rules and have things be more spammy. You can do the opposite instead, as shown here: header ITS_DEREK ALL =~ /derek\@farmprints.com/i score ITS_DEREK -100Finally, you can also reassign the scoring of built-in rules too, by simply restating the score: score SUBJ_FREE_CAP 4.0 score FREE_PREVIEW 4.0 score HTTP_ESCAPED_HOST 4.0Finally, don't forget to always run the command spamassassin --lintimmediately after editing your configuration file to ensure that you haven't introduced any errors or typos into the ruleset! If you'd still like more information on SpamAssassin, a good place to go is SpamAssassin Rule Help, and you can always pop over to the SpamAssassin site itself.
Help others find this article at Del.icio.us, Digg, Netscape, Reddit, and Stumble Upon
Categorized:
Unix and Linux Help
(Article 3787)
Tagged: Previous: Can I fight a magazine publisher withholding payment for my article? Next: Does it really matter where someone went to college? Subscribe!
Never miss another useful Q&A article again! Subscribe to AskDaveTaylor with Google Reader. Hi, Thanks for writing "how do i add custom spamassassin rules for content filtering". As spamassassin newbie, the page was very helpful to me. On the page there is one error: the filename ~/.spamassassin/user_pref should read ~/.spamassassin/user_prefs plural. Thank you! Keep in mind that custom rules written within user_prefs are only handled if you are NOT running spamd. If you use spamd, you must put the custom rules in alternate rules files. Posted by: ian douglas at June 1, 2007 4:19 PMGreat article! Only one note: spamassassin would use the word "describe" and not "description" in local.cf. Ciao, Dino. Posted by: Dino Ciuffetti at September 21, 2008 2:30 AMI have something to say, now that you mention it, but ...
I do have a comment, now that you mention it!
|
![]() ![]()
Search
Find just the answers you seek from among our 2300+ free tech support articles by using our Lijit search engine.
Help!
Subscribe to
Ask Dave Taylor!
Free Updates!
Sign up and get free weekly updates and special offers on books, seminars, workshops and more.
Articles and Reviews
Auctions and Online Shopping Blogs and RSS Feeds Building Web site traffic Business and Management Cell Phones and Mobile Phones CGI Scripts and Web Site Programming Computer and Internet Basics d) None of the Above HTML and CSS Industry News and Trade Shows Mac OS X Help MySpace, Facebook, Twitter and Social Network Help Pay Per Click (PPC) Search Engine Optimization Shell Script Programming Sony PSP, MP3 Players, Etc. The Writing Business Unix and Linux Help Video Game Tips and Help Windows Help
Recent Entries
Book Links
|