Mercurial > dnsbl
comparison dnsbl.conf @ 270:f92f24950bd3 stable-6-0-35
Use mozilla prefix list for tld checking, Enable surbl/uribl/dbl rhs lists
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 09 Sep 2013 15:15:53 -0700 |
parents | f941563c2a95 |
children | 368572c57013 |
comparison
equal
deleted
inserted
replaced
269:6d2a11f0ae41 | 270:f92f24950bd3 |
---|---|
4 dnsbl_list sbl; | 4 dnsbl_list sbl; |
5 | 5 |
6 // outbound content filtering to prevent our own customers from sending spam | 6 // outbound content filtering to prevent our own customers from sending spam |
7 content on { | 7 content on { |
8 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; | 8 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; |
9 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s"; | 9 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.surbl.org/surbl-analysis?d=%s"; |
10 #uribl multi.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; | 10 #uribl multi.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; |
11 #uribl dbl.spamhaus.org "Mail containing %s rejected - dbl; see http://www.spamhaus.org/query/domain?domain=%s"; | |
11 ignore { include "hosts-ignore.conf"; }; | 12 ignore { include "hosts-ignore.conf"; }; |
12 tld { include "tld.conf"; }; | 13 tld { include "tld.conf"; }; |
13 cctld { include "cctld.conf"; }; | |
14 html_tags { include "html-tags.conf"; }; | 14 html_tags { include "html-tags.conf"; }; |
15 html_limit on 20 "Mail containing excessive bad html tags rejected"; | 15 html_limit on 20 "Mail containing excessive bad html tags rejected"; |
16 html_limit off; | 16 html_limit off; |
17 host_limit on 20 "Mail containing excessive host names rejected"; | 17 host_limit on 20 "Mail containing excessive host names rejected"; |
18 host_limit soft 20; | 18 host_limit soft 20; |
54 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; | 54 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; |
55 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s"; | 55 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s"; |
56 #uribl multi.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; | 56 #uribl multi.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; |
57 ignore { include "hosts-ignore.conf"; }; | 57 ignore { include "hosts-ignore.conf"; }; |
58 tld { include "tld.conf"; }; | 58 tld { include "tld.conf"; }; |
59 cctld { include "cctld.conf"; }; | |
60 html_tags { include "html-tags.conf"; }; | 59 html_tags { include "html-tags.conf"; }; |
61 html_limit off; | 60 html_limit off; |
62 host_limit soft 20; | 61 host_limit soft 20; |
63 spamassassin 5; | 62 spamassassin 5; |
64 require_match yes; | 63 require_match yes; |