diff -urp Mail-SpamAssassin-2.42/rules/local.cf SpamAssassin.boojum/rules/local.cf --- Mail-SpamAssassin-2.42/rules/local.cf Thu Sep 26 06:50:26 2002 +++ SpamAssassin.boojum/rules/local.cf Fri Dec 6 09:30:17 2002 @@ -1,9 +1,111 @@ -# This is the right place to customize your installation of SpamAssassin. -# See 'perldoc Mail::SpamAssassin::Conf' for details of what can be -# tweaked. -# -########################################################################### -# -#rewrite_subject 0 -#report_header 1 -#defang_mime 0 +# Add your own customisations to this file. See 'man Mail::SpamAssassin::Conf' +# for details of what can be tweaked. +# +full WINDOWS_EXECUTABLE /\.(exe|bat|scr|pif)[\s]*\n/i +describe WINDOWS_EXECUTABLE A happy windows executable file +score WINDOWS_EXECUTABLE 3.5 + +header CHINA From =~ /\.(kr|cn)[^a-z]/i +describe CHINA From China or Korea +score CHINA 3.5 + +header HONGKONG From =~ /hongkong/i +describe HONGKONG From Hong Kong +score HONGKONG 3.5 + +header XXX Subject =~ /XXXX/ +describe XXX Subject has a bunch of Xs +score XXX 3.0 + +header XXXX From =~ /XXXX/ +describe XXXX From has a bunch of Xs +score XXXX 3.0 + +header NONMIT To !~ /mit/i +describe NONMIT Recipient is not an MIT address +score NONMIT 1.0 + +#full EBAY /(PAYPAL|EBAY)/i +#describe EBAY Probably something regarding ebay auctions +#score EBAY -2.0 + +full SPANSPAM /(Esto no es Spam)/ +describe SPANSPAM It's spam even in Spanish +score SPANSPAM 3.5 + +header MILL To =~ /Mainly.Millionaires/ +describe MILL I'm not a millionaire +score MILL 7.0 + +header JAVA Subject =~ /JDC|Java/ +describe JAVA Java newsletter thing +score JAVA -4.0 + +header SUN From =~ /sun.com/ +describe SUN From Sun (Java newsletter?) +score SUN -8.0 + +header KNIT From =~ /knitlist\@yahoogroups/ +describe KNIT Laura's Knitting mailing list +score KNIT -10.0 + +full OPTOUT /(opt out)/i +describe OPTOUT Option to opt out of something +score OPTOUT 2.0 + +full PURCHASED /(from a purchased list)/ +describe PURCHASED I bought your address +score PURCHASED 2.0 + +full MSJUNK /(=2E)/ +describe MSJUNK Those weird microsoft line breaks +score MSJUNK 2.0 + +header CITI From =~ /info.citibank.com/ +describe CITI From Citibank +score CITI -8.0 + +header TONER Subject =~ /toner/i +describe TONER Selling me toner cartridges +score TONER 3.0 + +full MORTGAGE /mortgage/i +describe MORTGAGE Something about mortgages +score MORTGAGE 2.5 + +header ELEPH From =~ /elephantwalk/i +describe ELEPH Elephant walk newsletter -spam I signed up for +score ELEPH -3.0 + +full DRUGS /prescription drugs/i +describe DRUGS Mentions prescription drugs +score DRUGS 2.0 + +full REMOVEME /remove\.cgi/i +describe REMOVEME CGI script for removal +score REMOVEME 2.0 + +header FREEJUNK Subject =~ /Free Junk Mail/ +describe FREEJUNK Free Junk mail filter thing +score FREEJUNK 2.0 + +header KWANZAAJUNK Received =~ /mydomain.com/ +describe KWANZAAJUNK Laura added this for the recent mailbomb +score KWANZAAJUNK 2.0 + +## These are personal tweaks to previous settings +score CTYPE_JUST_HTML 2.0 +score CHARSET_FARAWAY 5.0 + +## These all tweak on MIT mail hubs +score RCVD_IN_OSIRUSOFT_COM 0 +score RCVD_IN_RELAYS_ORDB_ORG 0 +score X_OSIRU_OPEN_RELAY 0 +score RCVD_IN_BL_SPAMCOP_NET 0 + +## These are legal to use for personal use. Let's see which +## ones catch MIT mail. +score RCVD_IN_RBL 10 +score RCVD_IN_RSS 1 +score RCVD_IN_DUL 1 +