diff options
author | Andrew Lewis <nerf@judo.za.org> | 2015-02-17 12:47:17 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2015-02-17 12:48:41 +0200 |
commit | 9ad2a7d1e58101e4dea0695a6d56bce7a1f4bce3 (patch) | |
tree | 5220ce2d5c0d80c4733a210272c9889a1e8e40c6 /conf/modules.conf | |
parent | 6088c2b15fec2aad5043a8b29b1ef250ae7d90dd (diff) | |
download | rspamd-9ad2a7d1e58101e4dea0695a6d56bce7a1f4bce3.tar.gz rspamd-9ad2a7d1e58101e4dea0695a6d56bce7a1f4bce3.zip |
Support emails dnsbl
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 1a4185c97..1fd71f2ed 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -201,6 +201,16 @@ rbl { } } + rambleremails { + symbol = RAMBLER_EMAILBL; + rbl = email-bl.rambler.ru; + from = false; + emails = true; + exclude_users = false; + exclude_private_ips = false; + exclude_local = false; + } + } } @@ -222,13 +232,8 @@ once_received { phishing { symbol = "PHISHING"; } -emails { - rule { - symbol = RAMBLER_EMAILBL; - dnsbl = email-bl.rambler.ru; - domain_only = false; - } -} +#emails { +#} spf { spf_cache_size = 2k; spf_cache_expire = 1d; |