Mercurial > dnsbl
annotate NEWS @ 145:9b9bab1d3c21 stable-5-25
dump effective dnsbl_list with -c switch
author | carl |
---|---|
date | Sun, 15 Oct 2006 12:41:46 -0700 |
parents | ecb40aa3eaa5 |
children | 812c80305f26 |
rev | line source |
---|---|
109 | 1 $Id$ |
2 | |
145 | 3 5.25 2006-10-15 Dump the effective dnsbl list with the -c switch |
4 5.24 2006-10-15 Allow child and parent context to specify the same fully qualified env_to address | |
143 | 5 5.23 2006-10-10 Require two periods in ip addresses |
145 | 6 5.22 2006-09-27 Cleanup rate limit code |
136 | 7 5.21 2006-09-26 Add SMTP AUTH recipient rate limits |
134 | 8 5.20 2006-08-02 fully qualify all dns lookups; fix my_read() bug |
133
b8ce1b31237d
uribl lookups fully qualified; allow two component host names
carl
parents:
131
diff
changeset
|
9 5.19 2006-08-01 uribl dnsl lookups fully qualified; allow two component host names; rpm properly creates user |
128 | 10 5.18 2006-04-27 sendmail no longer guarantees <> wrapper on envelopes, don't ask uribls about rfc1918 space either |
126 | 11 5.17 2006-03-25 never ask dns blacklists about rfc1918 address space |
125 | 12 5.16 2006-03-16 bug fix, smtp error message for uribl filtering needs host name, not ip address |
123 | 13 5.15 2006-03-15 bug fix, failed to set reason code when rejecting mail from content filtering |
122 | 14 5.14 2006-03-13 fix typo in default config and documentation for using multi.surbl.org |
120 | 15 5.13 2006-03-12 patch from Jeff Evans <jeffe@tricab.com> to add SURBL/URIBL lookups |
115 | 16 5.12 2006-01-08 use larger resolver buffer to accomodate spammers with many name servers |
113 | 17 5.11 2005-12-20 switch to autoconf/automake/docbook |
109 | 18 5.10 2005-10-16 fix compile error on FC3 |
19 5.9 2005-09-26 fix bug with empty return paths | |
20 5.8 2005-09-25 allow empty env_to at global context level | |
21 5.7 2005-09-23 fix bug - failed to return a value from parse_verify() | |
22 5.6 2005-09-22 tokenizer errors now go thru the syslog code | |
23 5.5 2005-09-21 cleanup debug logging | |
24 5.4 2005-09-18 add 'verify' statement | |
25 5.3 2005-08-07 properly quit if the config file has syntax errors | |
26 5.2 2005-08-02 fix bug - lack of a default return value in CONTEXT::acceptable_content() | |
27 5.1 2005-07-20 add multiple syslog debug levels | |
28 5.0 2005-07-16 major changes to the syntax of the config file | |
29 4.6 2005-04-02 fix bug - Fix enum compilation error on FC3 | |
30 4.5 2005-01-22 add uuencode decoding for old style attachments | |
31 4.4 2005-01-18 fix bug in forked process termination | |
32 4.3 2005-01-16 only keep 20% of the resolver sockets in the ready pool | |
33 4.2 2005-01-08 always use the separate resolver processes | |
34 4.1 2005-01-06 use a local unix domain socket for the resolver process | |
35 4.0 2005-01-03 fork off a separate resolver listener process | |
36 3.7 2004-10-28 add 'ignore' statement | |
37 3.6 2004-09-08 better documentation regarding disabling the content filtering | |
38 3.5 2004-07-17 extend the error message for content filtering | |
39 3.4 2004-07-15 bug fix - ip addresses cannot have two consecutive periods | |
40 3.3 2004-07-09 drop root priviledges properly |