]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - common/misc_spam
* Add rule to negatively score messages which contain pgp signatures
[spamassassin_config.git] / common / misc_spam
index 81c7e88ec0e87cca7aee1a767a795842bdc02ecd..d48de35b29c3ccdcc432c3a140d8a77a5587351c 100644 (file)
@@ -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.