Mercurial > dnsbl
comparison ChangeLog @ 168:6bac960af6b4
add generic reverse dns filtering regex
author | carl |
---|---|
date | Thu, 30 Aug 2007 11:08:46 -0700 |
parents | 9b129ed78d7d |
children | 44021d570958 |
comparison
equal
deleted
inserted
replaced
167:9b129ed78d7d | 168:6bac960af6b4 |
---|---|
1 $Id$ | 1 $Id$ |
2 | 2 |
3 6.06 2007-07-27 | 3 6.07 2007-08-30 |
4 Add generic reverse dns filtering with regular expression. | |
5 | |
6 6.06 2007-08-27 | |
4 Fix bug that effectively disabled spamassassin filtering. Improve | 7 Fix bug that effectively disabled spamassassin filtering. Improve |
5 spamassassin filtering documentation. Generate warning if the | 8 spamassassin filtering documentation. Generate warning if the |
6 config file specifies spam assassin filtering, but spamc is not | 9 config file specifies spam assassin filtering, but spamc is not |
7 found by autoconf. | 10 found by autoconf. |
8 | 11 |
9 6.05 2007-07-26 | 12 6.05 2007-08-26 |
10 Fix unitialized variable in my spamassassin code. | 13 Fix unitialized variable in my spamassassin code. |
11 | 14 |
12 6.04 2007-07-26 | 15 6.04 2007-08-26 |
13 Add spamassassin integration via spamc, code from spamass-milter. | 16 Add spamassassin integration via spamc, code from spamass-milter. |
14 | 17 |
15 6.03 2007-07-14 | 18 6.03 2007-07-14 |
16 Don't add auto whitelist entries for our own domains. | 19 Don't add auto whitelist entries for our own domains. |
17 | 20 |