You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2007/07/10 21:55:52 UTC

svn commit: r555062 - /spamassassin/rules/branches/3.1/80_additional.cf

Author: felicity
Date: Tue Jul 10 12:55:50 2007
New Revision: 555062

URL: http://svn.apache.org/viewvc?view=rev&rev=555062
Log:
promote new rules to 3.1 updates

Modified:
    spamassassin/rules/branches/3.1/80_additional.cf

Modified: spamassassin/rules/branches/3.1/80_additional.cf
URL: http://svn.apache.org/viewvc/spamassassin/rules/branches/3.1/80_additional.cf?view=diff&rev=555062&r1=555061&r2=555062
==============================================================================
--- spamassassin/rules/branches/3.1/80_additional.cf (original)
+++ spamassassin/rules/branches/3.1/80_additional.cf Tue Jul 10 12:55:50 2007
@@ -269,6 +269,14 @@
 score URI_TRUNCATED 0.001
 endif
 
+# 2007/07/10
+# 0.269   0.3293   0.0000    1.000   0.76    0.00  TVD_PDF_FINGER01
+rawbody __TVD_BODY		/\S{4}/
+header __TVD_MIME_CT_MM		Content-Type =~ /^multipart\/mixed/i
+meta __TVD_MIME_ATT		__TVD_MIME_ATT_AP || __TVD_MIME_ATT_AOPDF
+meta TVD_PDF_FINGER01		__TVD_MIME_CT_MM && __TVD_MIME_ATT_TP && __TVD_MIME_ATT && !__TVD_BODY
+describe TVD_PDF_FINGER01	Mail matches standard pdf spam fingerprint
+
 ###########################################################################
 # ReplaceTags rules
 
@@ -316,6 +324,7 @@
 
 endif
 
+
 ###########################################################################
 # MIMEHeader Rules
 
@@ -344,6 +353,9 @@
 meta PART_CID_STOCK_LESS (__ANY_IMAGE_ATTACH&&__PART_CID_STOCK_LESS)
 describe PART_CID_STOCK_LESS Has a spammy image attachment (by Content-ID, more specific)
 
+mimeheader __TVD_MIME_ATT_TP    Content-Type =~ /^text\/plain/i
+mimeheader __TVD_MIME_ATT_AP    Content-Type =~ /^application\/pdf/i
+mimeheader __TVD_MIME_ATT_AOPDF Content-Type =~ /^application\/octet-stream.*\.pdf/i
 endif # Mail::SpamAssassin::Plugin::MIMEHeader
 
 ###########################################################################



Re: svn commit: r555062 - /spamassassin/rules/branches/3.1/80_additional.cf

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
Go ahead and make an 80_additional.cf... there actually haven't been any 
updates yet (save for the few rules that were copied from trunk via 72_* 
immediately after the 3.2 branch was created), aside from syncing to 
changes in the 3.2 branch.

Daryl


Theo Van Dinter wrote:
> Hrm.  So where do updates go in the 3.2 branch?  In 3.1 it's a very
> (imo) obviously named 80_additional.cf ...  72_active.cf ?
> 
> On Tue, Jul 10, 2007 at 04:42:52PM -0400, Daryl C. W. O'Shea wrote:
>> felicity@apache.org wrote:
>>> Author: felicity
>>> Date: Tue Jul 10 12:55:50 2007
>>> New Revision: 555062
>>>
>>> URL: http://svn.apache.org/viewvc?view=rev&rev=555062
>>> Log:
>>> promote new rules to 3.1 updates
>>>
>>> Modified:
>>>    spamassassin/rules/branches/3.1/80_additional.cf
>> The 3.2 updates are manual too, so feel free... :)
> 


Re: svn commit: r555062 - /spamassassin/rules/branches/3.1/80_additional.cf

Posted by Theo Van Dinter <fe...@apache.org>.
Hrm.  So where do updates go in the 3.2 branch?  In 3.1 it's a very
(imo) obviously named 80_additional.cf ...  72_active.cf ?

On Tue, Jul 10, 2007 at 04:42:52PM -0400, Daryl C. W. O'Shea wrote:
> felicity@apache.org wrote:
> >Author: felicity
> >Date: Tue Jul 10 12:55:50 2007
> >New Revision: 555062
> >
> >URL: http://svn.apache.org/viewvc?view=rev&rev=555062
> >Log:
> >promote new rules to 3.1 updates
> >
> >Modified:
> >    spamassassin/rules/branches/3.1/80_additional.cf
> 
> The 3.2 updates are manual too, so feel free... :)

-- 
Randomly Selected Tagline:
"Special?  Our longest phone conversation is 'Get over here.'" - Ross on ER

Re: svn commit: r555062 - /spamassassin/rules/branches/3.1/80_additional.cf

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
felicity@apache.org wrote:
> Author: felicity
> Date: Tue Jul 10 12:55:50 2007
> New Revision: 555062
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=555062
> Log:
> promote new rules to 3.1 updates
> 
> Modified:
>     spamassassin/rules/branches/3.1/80_additional.cf

The 3.2 updates are manual too, so feel free... :)