From: Don Armstrong Date: Fri, 27 Jun 2008 22:29:48 +0000 (+0000) Subject: * fix problem in PGPSIGNATURE X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=commitdiff_plain;h=eb1136581b84791456a5da49a7ab609c4c200d0b * fix problem in PGPSIGNATURE git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@227 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- diff --git a/common/misc_spam b/common/misc_spam index d48de35..7f1a81f 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -20,9 +20,9 @@ describe GUEBDE www.geub.de score GUEBDE 5 # Don 2008-06-27 -rawbody PGPSIGNATURE /-----BEGIN PGP SIGNATURE-----/ -descr PGPSIGNATURE Has a pgp signature (may not be valid, but who cares?) -score PGPSIGNATURE -5 +rawbody PGPSIGNATURE /-----BEGIN PGP SIGNATURE-----/ +describe PGPSIGNATURE Has a pgp signature (may not be valid, but who cares?) +score PGPSIGNATURE -5 # TODO: The rules below seem to be very similar; possibly fix them.