]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
* add trial version rule
authorDon Armstrong <don@debian.org>
Mon, 3 Oct 2011 21:23:35 +0000 (21:23 +0000)
committerDon Armstrong <don@debian.org>
Mon, 3 Oct 2011 21:23:35 +0000 (21:23 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@379 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

common/phrase_spam

index cffe96c5014cdffa193fe9b7a318ded624dd8c93..3899606a92bf6249b48247a627838e4806121fbf 100644 (file)
@@ -1031,3 +1031,6 @@ describe WEBINAR  Contains webinar
 score WEBINAR          2
 
 
+header TRIALVERSION    subject =~ /trial\s*version/i
+describe TRIALVERSION  Trial version in subject
+score TRIALVERSION     3
\ No newline at end of file