aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rspamd.xml.sample27
1 files changed, 27 insertions, 0 deletions
diff --git a/rspamd.xml.sample b/rspamd.xml.sample
index 2226eb948..ec6f1edba 100644
--- a/rspamd.xml.sample
+++ b/rspamd.xml.sample
@@ -175,6 +175,12 @@
<!-- 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 -->
@@ -289,6 +295,27 @@
<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 -->