]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Merge pull request #46 from AlexeySa/master
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 13 Feb 2014 13:11:26 +0000 (13:11 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 13 Feb 2014 13:11:26 +0000 (13:11 +0000)
Added Spameatingmonkey RBL, URIBL and fresh URIBL

1  2 
conf/modules.conf

index 712671b3048c012b2be3a697d4398f42eec839bb,f9d076e7cd5f0b84ed27883833351646700317cb..4ad8fc88c3bebadb8c70c3bb331d25655c857183
@@@ -65,8 -65,26 +65,24 @@@ surbl 
          symbol = "DBL";
          options = "noip";
      }
+     rule {
+         suffix = "uribl.spameatingmonkey.net";
+         symbol = "SEM_URIBL_UNKNOWN";
+         bits {
+             SEM_URIBL = 2;
+         }
+         options = "noip";
+     }
+     rule {
+         suffix = "fresh15.spameatingmonkey.net";
+         symbol = "SEM_URIBL_FRESH15_UNKNOWN";
+         bits {
+             SEM_URIBL_FRESH15 = 2;
+         }
+         options = "noip";
+     }
  }
  rbl {
 -    default_received = false;
 -    default_from = true;
  
      rbls {