]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
add more matches for shipping spam
[spamassassin_config.git] / common / misc_spam
index ca1fa74cfe449600207548e585a2fc8d173cc23c..b406bb7b1894a966bf2e9c54afe028dbbef1c530 100644 (file)
@@ -307,7 +307,7 @@ score TINYFONT              3
 # blarson 2008-04-03
 full ZIPFILE           /\bfilename\=.*\.zip\b/i
 describe ZIPFILE       zipfile attachment
-score ZIPFILE          0.5
+score ZIPFILE          1
 
 # blarson 2008-04-19
 header SPACESUB                subject =~ /^\s\w/
@@ -597,6 +597,11 @@ describe INTERFAX Interfax spam
 score INTERFAX 5
 
 # don 2015-10-28
-header FAX_ATTACHMENT subject =~ /you have received fax/i
-describe FAX_ATTACHMENT Interfax spam subject
-score FAX_ATTACHMENT 4
+header FAX_SUBJECT subject =~ /fax/i
+describe FAX_SUBJECT Interfax spam subject
+score FAX_SUBJECT 1
+
+meta FAX_ATTACHMENT ZIPFILE && FAX_SUBJECT && INTERFAX
+describe FAX_ATTACHMENT Interfax fax attachment
+score FAX_ATTACHMENT 10
+