From 0b86840d8aeec21e8af8a5d7f103700e957fc327 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Fri, 27 Jun 2008 21:58:13 +0000 Subject: [PATCH] * Add rule to negatively score messages which contain pgp signatures (or at least things that look like them). git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@226 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/misc_spam | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/common/misc_spam b/common/misc_spam index 81c7e88..d48de35 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -19,6 +19,11 @@ body GUEBDE /http\:\/\/www\.gueb\.de\// 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 + # TODO: The rules below seem to be very similar; possibly fix them. -- 2.39.2