Mercurial > dnsbl
annotate NEWS @ 241:315c53fbbb77
chkconfig -del in %%preun, not %%postun
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 19 Nov 2010 10:34:33 -0800 |
parents | c0d2e99c0a1d |
children | d8ee4c97b9ab |
rev | line source |
---|---|
236
c0d2e99c0a1d
Add surbl checks on the smtp helo value, client reverse dns name, and mail from domain name
Carl Byington <carl@five-ten-sg.com>
parents:
235
diff
changeset
|
1 6.25 2009-09-29 Add surbl checks on the smtp helo value, client reverse dns name, and mail from domain name. |
235
e6c66640f6f9
Add SRS decoding to envelope addresses
Carl Byington <carl@five-ten-sg.com>
parents:
233
diff
changeset
|
2 6.24 2009-06-09 Add SRS decoding to envelope addresses. |
233
5c3e9bf45bb5
Add whitelisting by regex expression filtering.
Carl Byington <carl@five-ten-sg.com>
parents:
230
diff
changeset
|
3 6.23 2009-05-25 Add whitelisting by regex expression filtering. |
230
ad38575e98ca
Prevent auto whitelisting due to outgoing multipart/report delivery notifications.
Carl Byington <carl@five-ten-sg.com>
parents:
227
diff
changeset
|
4 6.22 2009-05-08 Prevent auto whitelisting due to outgoing multipart/report delivery notifications. |
227
3fee608becbc
Fixes to compile on old systems without memrchr or string::clear().
Carl Byington <carl@five-ten-sg.com>
parents:
216
diff
changeset
|
5 6.21 2009-01-03 Fixes to compile on old systems without memrchr or string::clear(). |
216
784030ac71f1
Never whitelist self addressed mail. Changes for Fedora 10 and const correctness.
Carl Byington <carl@five-ten-sg.com>
parents:
214
diff
changeset
|
6 6.20 2008-12-27 Never whitelist self addressed mail. |
214
82886d4dd71f
Fixes to compile on Fedora 9 and for const correctness.
Carl Byington <carl@five-ten-sg.com>
parents:
211
diff
changeset
|
7 6.19 2008-06-10 Fixes to compile on Fedora 9 and for const correctness. |
211
4db1457cd11a
Extend auto-whitelisting when receiving mail even if the auto whitelist is specified in a parent context.
Carl Byington <carl@five-ten-sg.com>
parents:
203
diff
changeset
|
8 6.18 2008-03-22 Extend auto-whitelisting even if specified in a parent context. |
203
92a5c866bdfa
Verify from/to pairs even if they might be explicitly whitelisted.
Carl Byington <carl@five-ten-sg.com>
parents:
201
diff
changeset
|
9 6.17 2008-03-04 Verify all from/to pairs, fix dcc bulk thresholds of many. |
201
752d4315675c
add reference to mercurial repository in the documentation
Carl Byington <carl@five-ten-sg.com>
parents:
195
diff
changeset
|
10 6.16 2008-02-02 Switch to Mercurial source control. |
195 | 11 6.15 2007-12-07 Fix null pointer dereference if macro _ not passed to this milter. |
12 6.14 2007-11-10 Don't autowhitelist due to out of office reply bots. | |
187
f0eda59e8afd
fix null pointer dereference from missing HELO command
carl
parents:
185
diff
changeset
|
13 6.13 2007-11-10 Fix null pointer dereference on missing HELO command. |
185 | 14 6.12 2007-10-13 SMTP rejections take precedence over greylisting. |
184 | 15 6.11 2007-10-07 Add DCC filtering via dccifd. Fix static buffer referenced by multiple threads. |
174 | 16 6.10 2007-09-23 Don't whitelist addresses with embedded blanks, or the empty path. |
173
83fe0be032c1
fix leak, update timestamps when receiving auto-whitelisted sender
carl
parents:
172
diff
changeset
|
17 6.09 2007-09-06 Fix memory leak. Update timestamps when receiving from auto-whitelisted sender. |
172
d3189495ec68
don't do generic rdns filtering on whitelisted recipients
carl
parents:
168
diff
changeset
|
18 6.08 2007-08-30 Don't do generic reverse dns filtering on authenticated connections. |
168 | 19 6.07 2007-08-30 Add generic reverse dns filtering with regular expression. |
20 6.06 2007-08-27 Fix bug that effectively disabled spamassassin filtering. | |
21 6.05 2007-08-26 Fix unitialized variable in my spamassassin code. | |
22 6.04 2007-08-26 Add spamassassin integration via spamc, code from spamass-milter. | |
162 | 23 6.03 2007-07-14 Don't add auto whitelist entries for our own domains. |
160 | 24 6.02 2007-07-10 Allow manual updates to the auto whitelisting files. |
152 | 25 6.01 2007-07-07 GPL3. Block mail to recipients that cannot reply. Start auto whitelisting. |
26 5.30 2007-06-09 Selinux fixes | |
150 | 27 5.29 2007-03-27 Limit dns resolver to two retries five seconds apart. |
149 | 28 5.28 2007-02-19 Change conflict resolution to "second context wins". Update ICANN tld list, |
29 5.27 2007-01-30 Allow 'inherit' as an env_from target. | |
147 | 30 5.26 2006-12-04 Fix bug at 5.23 that prevented seeing host names in the mail bodies |
145 | 31 5.25 2006-10-15 Dump the effective dnsbl list with the -c switch |
32 5.24 2006-10-15 Allow child and parent context to specify the same fully qualified env_to address | |
143 | 33 5.23 2006-10-10 Require two periods in ip addresses |
145 | 34 5.22 2006-09-27 Cleanup rate limit code |
136 | 35 5.21 2006-09-26 Add SMTP AUTH recipient rate limits |
134 | 36 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
|
37 5.19 2006-08-01 uribl dnsl lookups fully qualified; allow two component host names; rpm properly creates user |
128 | 38 5.18 2006-04-27 sendmail no longer guarantees <> wrapper on envelopes, don't ask uribls about rfc1918 space either |
126 | 39 5.17 2006-03-25 never ask dns blacklists about rfc1918 address space |
125 | 40 5.16 2006-03-16 bug fix, smtp error message for uribl filtering needs host name, not ip address |
123 | 41 5.15 2006-03-15 bug fix, failed to set reason code when rejecting mail from content filtering |
122 | 42 5.14 2006-03-13 fix typo in default config and documentation for using multi.surbl.org |
120 | 43 5.13 2006-03-12 patch from Jeff Evans <jeffe@tricab.com> to add SURBL/URIBL lookups |
115 | 44 5.12 2006-01-08 use larger resolver buffer to accomodate spammers with many name servers |
113 | 45 5.11 2005-12-20 switch to autoconf/automake/docbook |
109 | 46 5.10 2005-10-16 fix compile error on FC3 |
47 5.9 2005-09-26 fix bug with empty return paths | |
48 5.8 2005-09-25 allow empty env_to at global context level | |
49 5.7 2005-09-23 fix bug - failed to return a value from parse_verify() | |
50 5.6 2005-09-22 tokenizer errors now go thru the syslog code | |
51 5.5 2005-09-21 cleanup debug logging | |
52 5.4 2005-09-18 add 'verify' statement | |
53 5.3 2005-08-07 properly quit if the config file has syntax errors | |
54 5.2 2005-08-02 fix bug - lack of a default return value in CONTEXT::acceptable_content() | |
55 5.1 2005-07-20 add multiple syslog debug levels | |
56 5.0 2005-07-16 major changes to the syntax of the config file | |
57 4.6 2005-04-02 fix bug - Fix enum compilation error on FC3 | |
58 4.5 2005-01-22 add uuencode decoding for old style attachments | |
59 4.4 2005-01-18 fix bug in forked process termination | |
60 4.3 2005-01-16 only keep 20% of the resolver sockets in the ready pool | |
61 4.2 2005-01-08 always use the separate resolver processes | |
62 4.1 2005-01-06 use a local unix domain socket for the resolver process | |
63 4.0 2005-01-03 fork off a separate resolver listener process | |
64 3.7 2004-10-28 add 'ignore' statement | |
65 3.6 2004-09-08 better documentation regarding disabling the content filtering | |
66 3.5 2004-07-17 extend the error message for content filtering | |
67 3.4 2004-07-15 bug fix - ip addresses cannot have two consecutive periods | |
68 3.3 2004-07-09 drop root priviledges properly |