From 33ad58c5f75fe7e624b4dce32c59ec33fb7339cd Mon Sep 17 00:00:00 2001 From: Steve Freegard Date: Fri, 25 Nov 2016 12:00:16 +0000 Subject: [PATCH] Add free/disposible symbols for Cc header --- conf/modules.d/multimap.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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"; -- 2.39.5