diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-17 10:31:37 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-09-17 10:33:47 +0100 |
commit | 66b525b463041ed926f46dbe4353b872f66b1dc1 (patch) | |
tree | 3a5691f43add0f5884c09b9d977efd7e91ea8118 | |
parent | 44776f99b8d31fc26540f5bbb9281361df1a3c63 (diff) | |
download | rspamd-1.9.tar.gz rspamd-1.9.zip |
[CritFix] Eliminate old endpointrspamd-1.9
-rw-r--r-- | conf/modules.d/multimap.conf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/conf/modules.d/multimap.conf b/conf/modules.d/multimap.conf index b71f4d653..7f105ed43 100644 --- a/conf/modules.d/multimap.conf +++ b/conf/modules.d/multimap.conf @@ -73,15 +73,15 @@ multimap { score = 0.0; } - # Disposable Addresses - disposable_envfrom { - type = "from"; - filter = "email:domain"; - map = "https://rspamd.com/freemail/disposable.txt.zst"; - symbol = "DISPOSABLE_ENVFROM"; - description = "Envelope From is a Disposable e-mail address"; - score = 0.0; - } + # Disposable Addresses + disposable_envfrom { + type = "from"; + filter = "email:domain"; + map = "https://maps.rspamd.com/freemail/disposable.txt.zst"; + symbol = "DISPOSABLE_ENVFROM"; + description = "Envelope From is a Disposable e-mail address"; + score = 0.0; + } disposable_envrcpt { type = "rcpt"; |