From: Don Armstrong Date: Wed, 26 Sep 2007 09:39:47 +0000 (+0000) Subject: * Make the office software match wider X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=07456d587055e6b851654d25cc033cd12c2fb478 * Make the office software match wider * add no investment subject rule * add ie subject rule * increase the score of invalid message id * bts specific changes git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@24 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- diff --git a/bugs/user_prefs b/bugs/user_prefs index 879c985..337d262 100644 --- a/bugs/user_prefs +++ b/bugs/user_prefs @@ -58,7 +58,6 @@ score BAYES_80 3 score BAYES_95 4 score BAYES_99 4.5 -include common/bts_specific # blarson 2005-01-28 clear_trusted_networks # the /24 around spohr, master, and gluck @@ -75,6 +74,8 @@ rbl_timeout 15 loadplugin Mail::SpamAssassin::Plugin::URIDNSBL uridnsbl_timeout 5 +include common/blacklists + include common/common_rbl include common/common_spam diff --git a/common/bts_scores b/common/bts_scores index 0920352..a97752a 100644 --- a/common/bts_scores +++ b/common/bts_scores @@ -125,3 +125,6 @@ score INVALID_MSGID 3 # blarson 2007-09-15 score UNPARSEABLE_RELAY 1 + +# blarson 2007-09-24 +score INVALID_MSGID 3 diff --git a/common/drug_spam b/common/drug_spam index 24f9741..9cb41aa 100644 --- a/common/drug_spam +++ b/common/drug_spam @@ -219,9 +219,9 @@ describe PILLS pills spam score PILLS 3.5 # blarson 2007-09-13 -body PFIZER /\bPfizer\b/i +body PFIZER /\bP\W?f\W?i\W?z\W?e\W?r\b/i describe PFIZER Pfizer -score PFIZER 2 +score PFIZER 3 # blarson 2007-09-19 body WONDERCUM /\bwondercum\b/i diff --git a/common/phrase_spam b/common/phrase_spam index 05f50a0..a8a81a9 100644 --- a/common/phrase_spam +++ b/common/phrase_spam @@ -348,7 +348,7 @@ describe ACRO8PR0 sales spam score ACRO8PR0 4 # blarson 2007-09-15 -body WBRS /\b(WBRS|FPMC|ADYN|AFML|MISJ|HXPN|WHKA|CBFE|HSBC|PCAI|MPRG|HPRS|AUNI|TGVI|MHII|TAMG|GDKI|ACEN|CDYV|G7Q\.F|mbwc|CHFR|CDPN|DSDI|UTEV|P-S-U-D|GPSI|SGXI|CAON|SREA|ERMX|VPSN|SZSN|PAYI\.OB|LTDI|C\W\W?Y\W\W?T\W\W?V|E\WX\WM\WT|CYTV|VGPM|V\s?G\s?P\s?M(\.PK)?|wwng|WWNG|F\WD\WE\WG|FDEG|UTYW|M\s*I\s*H\s*I|O\W?N\W?C\W?O|P\W?P\W?Y\W?H)\b/ +body WBRS /\b(WBRS|FPMC|ADYN|AFML|MISJ|HXPN|WHKA|CBFE|HSBC|PCAI|MPRG|HPRS|AUNI|TGVI|MHII|TAMG|GDKI|ACEN|CDYV|G7Q\.F|mbwc|CHFR|CDPN|DSDI|UTEV|P-S-U-D|GPSI|SGXI|CAON|SREA|ERMX|VPSN|SZSN|PAYI\.OB|LTDI|C\W\W?Y\W\W?T\W\W?V|E\WX\WM\WT|CYTV|VGPM|V\s?G\s?P\s?M(\.PK)?|wwng|WWNG|F\WD\WE\WG|FDEG|UTYW|M\s*I\s*H\s*I|O\W?N\W?C\W?O|P\W?P\W?Y\W?H|S\W?R\W?E\W?A|A\W?C\W?G\W?U|S\W?C\W?Y\W?F|C\W?H\W?V\W?C)\b/ describe WBRS stock spam score WBRS 4 @@ -422,7 +422,7 @@ describe DELAFT more pdf spam score DELAFT 3 # blarson 2007-09-13 -header OFF1CE subject =~ /\b[O0]ff[1i]ce 2[O0][O0]7\b/i +header OFF1CE subject =~ /\b[O0]ff[1i]ce\s*\W?2[O0][O0]7\b/i describe OFF1CE off1ce spam score OFF1CE 4 @@ -470,3 +470,13 @@ score SSIST 4 body GRADUATEUNDER /\bgraduate in under\b/i describe GRADUATEUNDER graduate in under score GRADUATEUNDER 3 + +# blarson 2007-09-24 +header NOINVEST subject =~ /\b(?:no investment|high.paid)\b/i +describe NOINVEST no investment +score NOINVEST 4 + +# blarson 2007-09-25 +header INTEXP subject =~ /\b[I|]nternet Exp[l|]orer\b/i +describe INTEXP |nternet Exp|orer +score INTEXP 2 diff --git a/common/url_spam b/common/url_spam index 6a9b814..26efc7f 100644 --- a/common/url_spam +++ b/common/url_spam @@ -188,3 +188,7 @@ body WWWRU /\b(?:www\.|https?\:.*)\w+\.ru\b/i describe WWWRU russian web site score WWWRU 2 +# blarson 2007-09-24 +body VIPSMS /\bvipsms\.org\b/i +describe VIPSMS vipsms.org +score VIPSMS 4