You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2010/01/20 19:00:22 UTC

svn commit: r901311 - /spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_blessed.cf

Author: jm
Date: Wed Jan 20 18:00:22 2010
New Revision: 901311

URL: http://svn.apache.org/viewvc?rev=901311&view=rev
Log:
trivial rule fix: fix typo, where a rule rename was missed in the meta rule that uses it: __PGP_I[12] => __KHOP_PGP_I[12]

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

Modified: spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_blessed.cf
URL: http://svn.apache.org/viewvc/spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_blessed.cf?rev=901311&r1=901310&r2=901311&view=diff
==============================================================================
--- spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_blessed.cf (original)
+++ spamassassin/trunk/rulesrc/sandbox/khopesh/20_khop_blessed.cf Wed Jan 20 18:00:22 2010
@@ -6,10 +6,10 @@
 # 2007/02/27 - Syntax taken from the OpenPGP standard, RFC 2440 section 6.2
 if ! plugin (Mail::SpamAssassin::Plugin::OpenPGP)
   # moved from rawbody to body 20091021
-  body     __PGP_I1	/-----BEGIN PGP (?:SIGNATURE|MESSAGE|PUBLIC|PRIVATE)(?:, PART [0-9]{1,4}\/[0-9]{1,4}| KEY BLOCK)?-----/
-  tflags   __PGP_I1	nice
-  body     __PGP_I2	/-----END PGP/
-  tflags   __PGP_I2	nice
+  body     __KHOP_PGP_I1	/-----BEGIN PGP (?:SIGNATURE|MESSAGE|PUBLIC|PRIVATE)(?:, PART [0-9]{1,4}\/[0-9]{1,4}| KEY BLOCK)?-----/
+  tflags   __KHOP_PGP_I1	nice
+  body     __KHOP_PGP_I2	/-----END PGP/
+  tflags   __KHOP_PGP_I2	nice
   meta     __PGP_INLINE	( __KHOP_PGP_I1 && __KHOP_PGP_I2 )
   tflags   __PGP_INLINE	nice noautolearn
   meta     KHOP_PGP_INLINE	__PGP_INLINE