diff options
-rw-r--r-- | conf/modules.d/multimap.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/modules.d/multimap.conf b/conf/modules.d/multimap.conf index d5cd9d228..a7e929eae 100644 --- a/conf/modules.d/multimap.conf +++ b/conf/modules.d/multimap.conf @@ -13,6 +13,15 @@ # Module documentation can be found at https://rspamd.com/doc/modules/multimap.html multimap { + redirector { + type = "url"; + filter = "tld"; + map = "https://maps.rspamd.com/rspamd/redirectors.inc.zst"; + symbol = "REDIRECTOR"; + description = "The presence of a redirector in the mail"; + score = 0.0; + } + # Freemail Addresses freemail_envfrom { type = "from"; |