summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf/modules.d/multimap.conf18
1 files changed, 18 insertions, 0 deletions
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";