Mercurial > dnsbl
diff ChangeLog @ 227:3fee608becbc stable-6-0-21
Fixes to compile on old systems without memrchr or string::clear().
Fix bug in spamassassin interface trying to clear a string with string::empty().
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 03 Jan 2009 15:16:47 -0800 |
parents | 784030ac71f1 |
children | ad38575e98ca |
line wrap: on
line diff
--- a/ChangeLog Sat Jan 03 10:07:10 2009 -0800 +++ b/ChangeLog Sat Jan 03 15:16:47 2009 -0800 @@ -1,3 +1,8 @@ +6.21 2009-01-03 + Fixes to compile on old systems without memrchr or string::clear(). + Fix bug in spamassassin interface trying to clear a string with + string::empty(). + 6.20 2008-12-27 Never whitelist self addressed mail. Spammers are once again sending mail from A to A trying to get around filters. Changes