From 66b525b463041ed926f46dbe4353b872f66b1dc1 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 17 Sep 2019 10:31:37 +0100 Subject: [PATCH] [CritFix] Eliminate old endpoint --- conf/modules.d/multimap.conf | 18 +++++++++--------- 1 file 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"; -- 2.39.5