]> source.dussan.org Git - rspamd.git/commitdiff
Include some of modules into a sample configuration.
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 14 Feb 2011 18:33:33 +0000 (21:33 +0300)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Mon, 14 Feb 2011 18:33:33 +0000 (21:33 +0300)
rspamd.xml.sample

index 2226eb948c0eb3dacfe261d994a98917e435e783..ec6f1edba61deb9b34f371e2d97a83c6f4c46132 100644 (file)
  <!-- rambler.ru uribl -->
  <symbol weight="9.50">RAMBLER_URIBL</symbol>
 
+ <!-- rambler.ru emailbl -->
+ <symbol weight="9.50">RAMBLER_EMAILBL</symbol>
+
+ <!-- Phished mail -->
+ <symbol weight="5.0">PHISHING</symbol>
+
 </metric>
 <!-- End of factors section -->
 
        <rule>type = dnsbl, map = pbl.spamhaus.org, symbol = R_IP_PBL</rule>
 </module>
 
+<!-- phishing -->
+<module name="phishing">
+   <symbol>PHISHING</symbol>
+   <!-- <domains>file://path/to/domains</domains> -->
+</module>
+
+<!-- Trie module -->
+<!-- 
+<module name="trie">
+  <option name="rule">TRIE1:bad pattern</option>
+</module>
+-->
+
+<!-- Emails blacklist -->
+<module name="emails">
+  <option name="rule">symbol = RAMBLER_EMAILBL, dnsbl = emailbl.rambler.ru, domain_only = false</option>
+  <!--
+  <option name="rule">symbol = R_BAD_EMAIL1, map = file:///tmp/emails.list, domain_only = true</option>
+  -->
+</module>
+
 
 <!-- End of modules section -->