# HG changeset patch # User carl # Date 1112473266 28800 # Node ID c812a06f87bf3b238673b7f813dffca6e4cbf6aa # Parent fb8afa2052935cf8d4c9bff260221bc6cf3edd77 fix fedora core 3 compile error - enum list cannot end with comma diff -r fb8afa205293 -r c812a06f87bf ChangeLog --- 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 + 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. diff -r fb8afa205293 -r c812a06f87bf dnsbl.conf --- 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 diff -r fb8afa205293 -r c812a06f87bf hosts-ignore.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