Mercurial > dnsbl
comparison dnsbl.conf @ 70:c812a06f87bf stable-4-6
fix fedora core 3 compile error - enum list cannot end with comma
author | carl |
---|---|
date | Sat, 02 Apr 2005 12:21:06 -0800 |
parents | 419e00901570 |
children | 1142e46be550 |
comparison
equal
deleted
inserted
replaced
69:fb8afa205293 | 70:c812a06f87bf |
---|---|
2 # content scanning parameters | 2 # content scanning parameters |
3 # | 3 # |
4 content sbl-xbl.spamhaus.org 'Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s' | 4 content sbl-xbl.spamhaus.org 'Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s' |
5 #host_limit 20 'Mail containing too many host names rejected' | 5 #host_limit 20 'Mail containing too many host names rejected' |
6 host_soft_limit 20 | 6 host_soft_limit 20 |
7 html_limit 20 'Mail containing excessive bad html tags rejected' | 7 #html_limit 20 'Mail containing excessive bad html tags rejected' |
8 include hosts-ignore.conf | 8 include hosts-ignore.conf |
9 include html-tags.conf | 9 include html-tags.conf |
10 include tld.conf | 10 include tld.conf |
11 | 11 |
12 | 12 |