Mercurial > dnsbl
annotate ChangeLog @ 52:a84752107aca
host names cannot have consecutive periods.
author | carl |
---|---|
date | Thu, 15 Jul 2004 23:01:41 -0700 |
parents | 5ef10dc14457 |
children | c2371bb6cf84 |
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 |
52 | 3 3.4 2004-07-15 |
4 Tokens with two consecutive periods cannot be ip addresses | |
5 or host names. | |
6 | |
7 Updated dnsbl.spec file for building rpms from John Gunkel. | |
8 | |
9 | |
48 | 10 3.3 2004-07-09 |
11 Drop root priviledges properly, including the group id. | |
12 | |
13 | |
47 | 14 3.2 2004-07-09 |
41
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
15 |
43 | 16 Contributions from John Gunkel <jgunkel@palliser.ca>: |
17 Add .spec file for building rpms, contributed by John Gunkel | |
18 | |
19 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
|
20 |
43 | 21 Add some html (actually xml) tags used by Apple mac print |
22 subsystem that were tripping the html tag detector. | |
23 | |
24 Help with changes required to allow dnsbl to drop root | |
44 | 25 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
|
26 |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
27 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
|
28 specified in hex. |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
29 |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
30 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
|
31 positives in .zip or .tar.gz file attachments. |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
32 |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
33 Add sendmail queueid to the dnsbl syslog messages. |
44 | 34 |
35 Fix one place where host names were not forced to lower case. | |
36 Discovered by Nigel Horne <njh@bandsman.co.uk> | |
37 | |
38 Remove duplicate dns queries within the same smtp transaction from | |
39 the body content filtering. This helps if the mail server does not | |
40 have a nearby caching dns server. | |
41 | |
42 Add host_soft_limit config keyword. Use only one of host_limit or | |
43 host_soft_limit, since the last one wins. The host_limit is a hard | |
44 upper limit on the number of host names in a message. The | |
45 host_soft_limit allows unlimited host names, but only checks a | |
46 random sample of them against the dnsbl. | |
47 | 47 |
48 The main thread has dropped root priviledges, but other threads | |
49 are still running as root. This needs to be fixed. |