Mercurial > dnsbl
annotate ChangeLog @ 54:dca56b2de019
updates for 3.6, better documentation on removing content filtering, missing some files in cvs
author | carl |
---|---|
date | Wed, 08 Sep 2004 11:58:45 -0700 |
parents | c2371bb6cf84 |
children | 57607387263d |
rev | line source |
---|---|
41
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
1 $Id$ |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
2 |
54
dca56b2de019
updates for 3.6, better documentation on removing content filtering, missing some files in cvs
carl
parents:
53
diff
changeset
|
3 3.6 2004-09-08 |
dca56b2de019
updates for 3.6, better documentation on removing content filtering, missing some files in cvs
carl
parents:
53
diff
changeset
|
4 Contributions from Dan Harkless <software@harkless.org> |
dca56b2de019
updates for 3.6, better documentation on removing content filtering, missing some files in cvs
carl
parents:
53
diff
changeset
|
5 Better documentation for disabling the content filtering. |
dca56b2de019
updates for 3.6, better documentation on removing content filtering, missing some files in cvs
carl
parents:
53
diff
changeset
|
6 |
53
c2371bb6cf84
3.5 - better error message when rejecting based on ns records on the sbl
carl
parents:
52
diff
changeset
|
7 3.5 2004-07-17 |
c2371bb6cf84
3.5 - better error message when rejecting based on ns records on the sbl
carl
parents:
52
diff
changeset
|
8 Extend the error message for content filtering when the NS record |
c2371bb6cf84
3.5 - better error message when rejecting based on ns records on the sbl
carl
parents:
52
diff
changeset
|
9 points to an ip address on the SBL. Include the original host name |
c2371bb6cf84
3.5 - better error message when rejecting based on ns records on the sbl
carl
parents:
52
diff
changeset
|
10 that referenced that NS name. |
c2371bb6cf84
3.5 - better error message when rejecting based on ns records on the sbl
carl
parents:
52
diff
changeset
|
11 |
c2371bb6cf84
3.5 - better error message when rejecting based on ns records on the sbl
carl
parents:
52
diff
changeset
|
12 |
52 | 13 3.4 2004-07-15 |
53
c2371bb6cf84
3.5 - better error message when rejecting based on ns records on the sbl
carl
parents:
52
diff
changeset
|
14 Tokens with two consecutive periods cannot be ip addresses or host |
c2371bb6cf84
3.5 - better error message when rejecting based on ns records on the sbl
carl
parents:
52
diff
changeset
|
15 names. |
52 | 16 |
17 Updated dnsbl.spec file for building rpms from John Gunkel. | |
18 | |
19 | |
48 | 20 3.3 2004-07-09 |
21 Drop root priviledges properly, including the group id. | |
22 | |
23 | |
47 | 24 3.2 2004-07-09 |
41
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
25 |
43 | 26 Contributions from John Gunkel <jgunkel@palliser.ca>: |
27 Add .spec file for building rpms, contributed by John Gunkel | |
28 | |
29 Changes to file layout to conform to RedHat/LSB standards. | |
41
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
30 |
43 | 31 Add some html (actually xml) tags used by Apple mac print |
32 subsystem that were tripping the html tag detector. | |
33 | |
34 Help with changes required to allow dnsbl to drop root | |
44 | 35 priviledges. Move the socket to /var/run/dnsbl/dnsbl.sock |
41
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
36 |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
37 Change parser to handle &#xnnn; obfuscated urls with charaters |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
38 specified in hex. |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
39 |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
40 Make bad_html tags more sensitive to binary tags, to reduce false |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
41 positives in .zip or .tar.gz file attachments. |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
42 |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
43 Add sendmail queueid to the dnsbl syslog messages. |
44 | 44 |
45 Fix one place where host names were not forced to lower case. | |
46 Discovered by Nigel Horne <njh@bandsman.co.uk> | |
47 | |
48 Remove duplicate dns queries within the same smtp transaction from | |
49 the body content filtering. This helps if the mail server does not | |
50 have a nearby caching dns server. | |
51 | |
52 Add host_soft_limit config keyword. Use only one of host_limit or | |
53 host_soft_limit, since the last one wins. The host_limit is a hard | |
54 upper limit on the number of host names in a message. The | |
55 host_soft_limit allows unlimited host names, but only checks a | |
56 random sample of them against the dnsbl. | |
47 | 57 |
58 The main thread has dropped root priviledges, but other threads | |
59 are still running as root. This needs to be fixed. |