From: Steve Freegard Date: Fri, 25 Nov 2016 12:00:16 +0000 (+0000) Subject: Add free/disposible symbols for Cc header X-Git-Tag: 1.4.1~39^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F1157%2Fhead;p=rspamd.git Add free/disposible symbols for Cc header --- diff --git a/conf/modules.d/multimap.conf b/conf/modules.d/multimap.conf index 2c879ca86..44a5d9f1d 100644 --- a/conf/modules.d/multimap.conf +++ b/conf/modules.d/multimap.conf @@ -84,6 +84,15 @@ freemail_to { description = "To is a Freemail address"; } +freemail_cc { + type = "header"; + header = "Cc"; + filter = "email:domain"; + map = "https://rspamd.com/freemail/free.txt.zst"; + symbol = "FREEMAIL_CC"; + description = "To is a Freemail address"; +} + freemail_replyto { type = "header"; header = "Reply-To"; @@ -129,6 +138,15 @@ disposable_to { description = "To a disposable e-mail address"; } +disposable_cc { + type = "header"; + header = "Cc"; + filter = "email:domain"; + map = "https://rspamd.com/freemail/disposable.txt.zst"; + symbol = "DISPOSABLE_CC"; + description = "To a disposable e-mail address"; +} + disposable_replyto { type = "header"; header = "Reply-To";