]> source.dussan.org Git - rspamd.git/commitdiff
Checking for redirector url in mail
authorkorgoth1 <vladislav.stakhov@gmail.com>
Sun, 27 Nov 2022 19:18:44 +0000 (22:18 +0300)
committerkorgoth1 <vladislav.stakhov@gmail.com>
Sun, 27 Nov 2022 19:18:44 +0000 (22:18 +0300)
conf/modules.d/multimap.conf

index d5cd9d228942c235b567fc96ec5a7d8fe60db3d5..a7e929eae9832511e1aeee6dc50e28230f8447de 100644 (file)
 # 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";