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