You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by ax...@apache.org on 2009/08/23 21:19:52 UTC

svn commit: r807001 - /spamassassin/trunk/rulesrc/sandbox/axb/20_axb_pdf.cf

Author: axb
Date: Sun Aug 23 19:19:52 2009
New Revision: 807001

URL: http://svn.apache.org/viewvc?rev=807001&view=rev
Log:
Added *.OEM1
formating cleanup

Modified:
    spamassassin/trunk/rulesrc/sandbox/axb/20_axb_pdf.cf

Modified: spamassassin/trunk/rulesrc/sandbox/axb/20_axb_pdf.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/axb/20_axb_pdf.cf?rev=807001&r1=807000&r2=807001&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/axb/20_axb_pdf.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/axb/20_axb_pdf.cf Sun Aug 23 19:19:52 2009
@@ -1,12 +1,21 @@
 ifplugin Mail::SpamAssassin::Plugin::PDFInfo
 
-body            AXB_TITLE_NEWSTELLER        eval:pdf_match_details('title','/^Authorized software reseller\: Newsteller$/')
-describe        AXB_TITLE_NEWSTELLER        OEM spam
-#score           AXB_TITLE_NEWSTELLER       5.0
+body            AXB_TITLE_NEWSTELLER            eval:pdf_match_details('title','/^Authorized software reseller\: Newsteller$/')
+describe        AXB_TITLE_NEWSTELLER            OEM spam
+score           AXB_TITLE_NEWSTELLER            5.0
 
-body            AXB_TITLE_PILLZ01         eval:pdf_match_details('title','/218\.75\.144\.9/')
-describe        AXB_TITLE_PILLZ01         Pillz in PDF
-#score           AXB_TITLE_PILLZ01        5.0
+body            AXB_TITLE_PILLZ01               eval:pdf_match_details('title','/218\.75\.144\.9/')
+describe        AXB_TITLE_PILLZ01               Pillz in PDF
+score           AXB_TITLE_PILLZ01               5.0
 
+# 8/23/2009
+body            AXB_PDF_FUZZY1_OEM1             eval:pdf_match_fuzzy_md5('2BDA96267AD8ED27FD583669CC76C4F7')
+describe        AXB_PDF_FUZZY1_OEM1             Fuzzy MD5 Match 2BDA96267AD8ED27FD583669CC76C4F7
+score           AXB_PDF_FUZZY1_OEM1             5.0
+
+# 8/23/2009
+body            AXB_PDF_FUZZYMD5_OEM1           eval:pdf_match_md5('D197D7B5C815D5445AB8F7C6F298C817')
+describe        AXB_PDF_FUZZYMD5_OEM1           File MD5 match D197D7B5C815D5445AB8F7C6F298C817
+score           AXB_PDF_FUZZYMD5_OEM1           5.0
 
 endif