Mercurial > dnsbl
comparison 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 |
comparison
equal
deleted
inserted
replaced
226:c3a4b03f371d | 227:3fee608becbc |
---|---|
1 6.21 2009-01-03 | |
2 Fixes to compile on old systems without memrchr or string::clear(). | |
3 Fix bug in spamassassin interface trying to clear a string with | |
4 string::empty(). | |
5 | |
1 6.20 2008-12-27 | 6 6.20 2008-12-27 |
2 Never whitelist self addressed mail. Spammers are once again | 7 Never whitelist self addressed mail. Spammers are once again |
3 sending mail from A to A trying to get around filters. Changes | 8 sending mail from A to A trying to get around filters. Changes |
4 for Fedora 10 and const correctness. | 9 for Fedora 10 and const correctness. |
5 | 10 |