]> Sergey Matveev's repositories - public-inbox.git/commitdiff
sa_config: just put HTML messages in the mod queue
authorEric Wong <e@80x24.org>
Tue, 27 May 2014 08:30:44 +0000 (08:30 +0000)
committerEric Wong <e@80x24.org>
Tue, 27 May 2014 08:30:44 +0000 (08:30 +0000)
We can be stricter about HTML email, since none of the lists
hosted here accept HTML.

sa_config/user/.spamassassin/user_prefs

index 98a2544e2b0221ad656086282e9add97db016412..3a4a50fb3407dab0f9d6b6c1c11f976d811543a8 100644 (file)
@@ -41,7 +41,8 @@ describe HELLOMYDEAR "spam phrase"
 score HELLOMYDEAR 2.8
 
 # we hate HTML mail
-score MIME_HTML_MOSTLY  2.0
+score MIME_HTML_MOSTLY  3.0
+score HTML_MESSAGE 3.0
 
 # trust paid whitelist services? never
 score RCVD_IN_RP_SAFE 0.0