Mercurial > dnsbl
comparison dnsbl.conf @ 127:2b1a4701e856
sendmail no longer guarantees <> wrapper on envelopes
author | carl |
---|---|
date | Sat, 08 Apr 2006 10:06:09 -0700 |
parents | e8971c595845 |
children | f4746d8a12a3 |
comparison
equal
deleted
inserted
replaced
126:05ae49d37896 | 127:2b1a4701e856 |
---|---|
1 context main-default { | |
2 // outbound dnsbl filtering to catch our own customers that end up on the sbl | |
3 dnsbl local blackholes.five-ten-sg.com "Mail from %s rejected - local; see http://www.five-ten-sg.com/blackhole.php?%s"; | |
4 dnsbl sbl sbl-xbl.spamhaus.org "Mail from %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; | |
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; | |
7 | |
8 // outbound content filtering to prevent our own customers from sending spam | |
9 content on { | |
10 filter sbl-xbl.spamhaus.org "Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s"; | |
11 uribl multi.surbl.org "Mail containing %s rejected - surbl; see http://www.rulesemporium.com/cgi-bin/uribl.cgi?bl0=1&domain0=%s"; | |
12 #uribl black.uribl.com "Mail containing %s rejected - uribl; see http://l.uribl.com/?d=%s"; | |
13 ignore { include "hosts-ignore.conf"; }; | |
14 tld { include "tld.conf"; }; | |
15 cctld { include "cctld.conf"; }; | |
16 html_tags { include "html-tags.conf"; }; | |
17 html_limit on 20 "Mail containing excessive bad html tags rejected"; | |
18 html_limit off; | |
19 host_limit on 20 "Mail containing excessive host names rejected"; | |
20 host_limit soft 20; | |
21 }; | |
22 | |
23 // backscatter prevention - don't send bounces for mail that we accepted but could not forward | |
24 // we only send bounces to our own customers | |
25 env_from unknown { | |
26 "<>" black; | |
27 }; | |
28 }; | |
29 | |
1 context main { | 30 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"; | 31 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"; | 32 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"; | 33 dnsbl xbl xbl.spamhaus.org "Mail from %s rejected - xbl; see http://www.spamhaus.org/query/bl?ip=%s"; |
5 dnsbl dul dul.dnsbl.sorbs.net "Mail from %s rejected - dul; see http://www.sorbs.net/lookup.shtml?%s"; | 34 dnsbl dul dul.dnsbl.sorbs.net "Mail from %s rejected - dul; see http://www.sorbs.net/lookup.shtml?%s"; |