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 2012/05/17 19:02:38 UTC

svn commit: r1339714 - /spamassassin/trunk/rules/10_hasbase.cf

Author: axb
Date: Thu May 17 17:02:38 2012
New Revision: 1339714

URL: http://svn.apache.org/viewvc?rev=1339714&view=rev
Log: (empty)

Modified:
    spamassassin/trunk/rules/10_hasbase.cf

Modified: spamassassin/trunk/rules/10_hasbase.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rules/10_hasbase.cf?rev=1339714&r1=1339713&r2=1339714&view=diff
==============================================================================
--- spamassassin/trunk/rules/10_hasbase.cf (original)
+++ spamassassin/trunk/rules/10_hasbase.cf Thu May 17 17:02:38 2012
@@ -29,13 +29,11 @@
 
 header   __HAS_SENDER exists:Sender
 
-header __HAS_FROM   exists:From
-
-header __HAS_TO     exists:To
-
-header __HAS_CC     exists:CC
+header 	__HAS_FROM exists:From
 
+header 	__HAS_TO exists:To
 
+header	__HAS_CC exists:CC
 
 
 
@@ -46,9 +44,16 @@ header __HAS_CC     exists:CC
 # Mimeheader rules
 # should be encapsulated in if ... endif
 
+ifplugin Mail::SpamAssassin::Plugin::MIMEHeader
+# Put rules below
+
+
+#
+endif
+
 
 
 
 # URI rules
 
-uri __HAS_URI	/./
\ No newline at end of file
+uri 	__HAS_URI /./
\ No newline at end of file