comparison dnsbl.conf @ 92:505e77188317

optimize verification step, cleanup documentation
author carl
date Wed, 21 Sep 2005 08:00:08 -0700
parents 1142e46be550
children e107ade3b1c0
comparison
equal deleted inserted replaced
91:ca46fafc6621 92:505e77188317
1 context main { 1 context main {
2 dnsbl local blackholes.five-ten-sg.com "Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s"; 2 dnsbl local blackholes.five-ten-sg.com "Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s";
3 dnsbl sbl sbl-xbl.spamhaus.org "Mail from %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; 3 dnsbl sbl sbl-xbl.spamhaus.org "Mail from %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s";
4 dnsbl xbl xbl.spamhaus.org "Mail from %s rejected - xbl; see http://www.spamhaus.org/query/bl?ip=%s"; 4 dnsbl xbl xbl.spamhaus.org "Mail from %s rejected - xbl; see http://www.spamhaus.org/query/bl?ip=%s";
5 dnsbl_list local sbl; 5 dnsbl dul dul.dnsbl.sorbs.net "Mail from %s rejected - dul; see http://www.sorbs.net/lookup.shtml?%s";
6 dnsbl_list local sbl dul;
6 7
7 content on { 8 content on {
8 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; 9 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s";
9 ignore { include "hosts-ignore.conf"; }; 10 ignore { include "hosts-ignore.conf"; };
10 tld { include "tld.conf"; }; 11 tld { include "tld.conf"; };
36 }; 37 };
37 env_from unknown {}; # ignore all parent white/black listing 38 env_from unknown {}; # ignore all parent white/black listing
38 }; 39 };
39 40
40 context minimal { 41 context minimal {
41 dnsbl_list sbl; 42 dnsbl_list sbl dul;
42 content on {}; 43 content on {};
43 env_to { 44 env_to {
44 }; 45 };
45 }; 46 };
46 47