diff options
author | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-21 11:51:21 -0700 |
---|---|---|
committer | Alexey <AlexeySa@users.noreply.github.com> | 2014-05-21 11:51:21 -0700 |
commit | b70551f59c1f411df7ba1c0263d6663209ed22cd (patch) | |
tree | c0a04593512210f4480890f11d97df51558c9c90 /conf/modules.conf | |
parent | 91a146941f004a9be5b8db1fade9d01184f6b8b3 (diff) | |
download | rspamd-b70551f59c1f411df7ba1c0263d6663209ed22cd.tar.gz rspamd-b70551f59c1f411df7ba1c0263d6663209ed22cd.zip |
Add rules for Abuse.ch and Uceprotect rbl
Diffstat (limited to 'conf/modules.conf')
-rw-r--r-- | conf/modules.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/modules.conf b/conf/modules.conf index 979dcfed3..f8ba1b033 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -113,10 +113,22 @@ rbl { symbol = "RBL_MAILSPIKE"; rbl = "bl.mailspike.net"; } + senderscore { symbol = "RBL_SENDERSCORE"; rbl = "bl.score.senderscore.com"; } + + abusech { + symbol = "RBL_ABUSECH"; + rbl = "spam.abuse.ch"; + } + + uceprotect1 { + symbol = "RBL_UCEPROTECT_LEVEL1"; + rbl = "dnsbl-1.uceprotect.net"; + } + sorbs { symbol = "RBL_SORBS"; rbl = "dnsbl.sorbs.net"; |