# SpamAssassin rules file: CVS rules under test, $Revision: 1.623 $ # # This file is a placeholder for rules "under probation", ie. checked into # CVS for testing. It should not be distributed; if the rules have good # stats after a mass-check or two, then fold them into the distributed # rules files. # # I suggest adding a prefix to rules in this file, "T_" -- this # helps identify probationary rules in test output. # # This program is free software; you can redistribute it and/or modify # it under the terms of either the Artistic License or the GNU General # Public License as published by the Free Software Foundation; either # version 1 of the License, or (at your option) any later version. # # See the file "License" in the top level of the SpamAssassin source # distribution for more details. # ########################################################################### # http://bugzilla.spamassassin.org/show_bug.cgi?id=2088 ###header T_RATWARE_MIME_844412 Content-Type =~ /boundary="[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"/ # http://bugzilla.spamassassin.org/show_bug.cgi?id=2087 ###header T_RATWARE_OE_DM X-Mailer =~ /^Microsoft Outlook Express [\d\.]+ DM$/ # a referral ID ###uri T_REF_ID /[\?\&]RefID/ # http://bugzilla.spamassassin.org/show_bug.cgi?id=2089 ###header T_DATE_EXTRA_SPACE Date =~ /^..., .\d ... \d\d\d\d \d\d:\d\d:\d\d [\+\-]\d\d\d\d$/ # another one for bug 2089, may be more useful: ###full __END_HASHBUSTER_1 /\n\[[a-z0-9]+\]\n\s*\Z/ ###meta T_RATWARE_2089 (NO_REAL_NAME && TO_ADDRESS_EQ_REAL && __END_HASHBUSTER_1) # reminder: develop these after 2.60 # full T_SPRINTF_5X /[^-][A-F1-9][A-F0-9]{5,7}-[A-F1-9][A-F0-9]{5,7}-[A-F1-9][A-F0-9]{5,7}-[A-F1-9][A-F0-9]{5,7}-[A-F1-9][A-F0-9]{5,7}[^-]/ # (time_t/4444) # header T_TIME_OVER_4444 ALL =~ /\D23[67][0-9][0-9][0-9]\D/