]> source.dussan.org Git - rspamd.git/commitdiff
[CritFix] Eliminate old endpoint rspamd-1.9
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 17 Sep 2019 09:31:37 +0000 (10:31 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 17 Sep 2019 09:33:47 +0000 (10:33 +0100)
conf/modules.d/multimap.conf

index b71f4d653f0724d1b4c57ac1182a3c6485d33ffe..7f105ed435a441d2a914a259b26d2355e1ca82d3 100644 (file)
@@ -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";