You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jh...@apache.org on 2013/01/13 05:14:01 UTC

svn commit: r1432546 - /spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_experimental.cf

Author: jhardin
Date: Sun Jan 13 04:14:01 2013
New Revision: 1432546

URL: http://svn.apache.org/viewvc?rev=1432546&view=rev
Log:
Split REMOTE_IMAGE into __REMOTE_IMAGE for use in metas

Modified:
    spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_experimental.cf

Modified: spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_experimental.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_experimental.cf?rev=1432546&r1=1432545&r2=1432546&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_experimental.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_experimental.cf Sun Jan 13 04:14:01 2013
@@ -202,7 +202,8 @@ ifplugin Mail::SpamAssassin::Plugin::MIM
   # which might hit only ham and virii
   full	__BASE64_MDAW	/^(?:MDAw){12}/
 
-  meta	REMOTE_IMAGE	(__HTML_IMG_ONLY || __HTML_LINK_IMAGE) && !(__SUBSCRIPTION_INFO || __VIA_ML || __SENDER_BOT || __ANY_IMAGE_ATTACH)
+  meta	__REMOTE_IMAGE	(__HTML_IMG_ONLY || __HTML_LINK_IMAGE) && !(__SUBSCRIPTION_INFO || __VIA_ML || __SENDER_BOT || __ANY_IMAGE_ATTACH)
+  meta	REMOTE_IMAGE	__REMOTE_IMAGE
   describe REMOTE_IMAGE	Message contains an external image
 
 endif # }