From 971804f0cfc0a1d7e35135894006ea059214d922 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 28 Oct 2015 22:12:23 +0000 Subject: [PATCH] Summary: add rules to block interfax attachments git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@469 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- common/misc_spam | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common/misc_spam b/common/misc_spam index 83da7da..ca1fa74 100644 --- a/common/misc_spam +++ b/common/misc_spam @@ -591,3 +591,12 @@ header LEARDINI from =~ /\@leardinigroup.com/ describe LEARDINI Microbiologia (SIM) spam score LEARDINI 5 +# don 2015-10-28 +header INTERFAX from =~ /\@interfax.net/ +describe INTERFAX Interfax spam +score INTERFAX 5 + +# don 2015-10-28 +header FAX_ATTACHMENT subject =~ /you have received fax/i +describe FAX_ATTACHMENT Interfax spam subject +score FAX_ATTACHMENT 4 -- 2.39.2