You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by kh...@apache.org on 2010/03/26 20:30:28 UTC

svn commit: r928026 - /spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf

Author: khopesh
Date: Fri Mar 26 19:30:28 2010
New Revision: 928026

URL: http://svn.apache.org/viewvc?rev=928026&view=rev
Log:
removed redundant definition

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

Modified: spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf?rev=928026&r1=928025&r2=928026&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_bl.cf Fri Mar 26 19:30:28 2010
@@ -13,6 +13,7 @@ describe KHOP_GREYED	Greylisted and sent
 score	 KHOP_GREYED	0.1
 
 header	 __DKIM_EXISTS	exists:DKIM-Signature
+
 ifplugin Mail::SpamAssassin::Plugin::DKIM
   meta	   DKIM_INVALID	__DKIM_EXISTS && !DKIM_VALID
   describe DKIM_INVALID	DKIM-Signature header exists but is not valid
@@ -29,7 +30,6 @@ else
     meta   __NOT_SPOOFED	ALL_TRUSTED || DKIM_VALID
  else
    # Neither DKIM nor SPF ... ugh.  Approximate by looking for just the header.
-   header __DKIM_EXISTS        exists:DKIM-Signature
    meta   __NOT_SPOOFED       ALL_TRUSTED || __DKIM_EXISTS
  endif
 endif