From: Vsevolod Stakhov Date: Tue, 17 Sep 2019 09:31:37 +0000 (+0100) Subject: [CritFix] Eliminate old endpoint X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fheads%2Frspamd-1.9;p=thirdparty%2Frspamd.git [CritFix] Eliminate old endpoint --- diff --git a/conf/modules.d/multimap.conf b/conf/modules.d/multimap.conf index b71f4d653f..7f105ed435 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";