Mercurial > dnsbl
changeset 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 | fb8afa205293 |
children | dd21c8e13074 |
files | ChangeLog dnsbl.conf hosts-ignore.conf |
diffstat | 3 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sat Apr 02 12:12:23 2005 -0800 +++ b/ChangeLog Sat Apr 02 12:21:06 2005 -0800 @@ -4,6 +4,12 @@ Fix enum compilation error on Fedora Core 3. Discovered by Nigel Horne <njh@bandsman.co.uk> + Remove bad html tag command from the default conf file. Spammers + seem to have abandoned this. + + Add toolbar.msn.click-url.com in hosts-ignore.conf. These are all + commented, but you might want to uncomment them. + 4.5 2005-01-22 Add uuencode decoding for old style attachments.
--- a/dnsbl.conf Sat Apr 02 12:12:23 2005 -0800 +++ b/dnsbl.conf Sat Apr 02 12:21:06 2005 -0800 @@ -4,7 +4,7 @@ content sbl-xbl.spamhaus.org 'Mail containing %s rejected - sbl; see http://www.spamhaus.org/query/bl?ip=%s' #host_limit 20 'Mail containing too many host names rejected' host_soft_limit 20 -html_limit 20 'Mail containing excessive bad html tags rejected' +#html_limit 20 'Mail containing excessive bad html tags rejected' include hosts-ignore.conf include html-tags.conf include tld.conf
--- a/hosts-ignore.conf Sat Apr 02 12:12:23 2005 -0800 +++ b/hosts-ignore.conf Sat Apr 02 12:21:06 2005 -0800 @@ -2,3 +2,4 @@ #ignore messenger.msn.click-url.com # hotmail using a spammer #ignore search.msn.click-url.com # hotmail using a spammer +#ignore toolbar.msn.click-url.com # hotmail using a spammer