Mercurial > dnsbl
annotate ChangeLog @ 68:0e387cd3784b
add uuencode decoding
author | carl |
---|---|
date | Sat, 22 Jan 2005 18:07:09 -0800 |
parents | 14f0b04e2e15 |
children | fb8afa205293 |
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 |
68 | 3 4.5 2005-01-22 |
4 Add uuencode decoding for old style attachments. | |
5 | |
66 | 6 4.4 2005-01-18 |
7 Bug fix in forked process termination that left zombies. | |
8 | |
62
7ad7d8b100bf
only keep 20% of the open resolver sockets in the ready pool.
carl
parents:
61
diff
changeset
|
9 4.3 2005-01-16 |
7ad7d8b100bf
only keep 20% of the open resolver sockets in the ready pool.
carl
parents:
61
diff
changeset
|
10 Only keep 20% of the resolver sockets in the ready pool. |
7ad7d8b100bf
only keep 20% of the open resolver sockets in the ready pool.
carl
parents:
61
diff
changeset
|
11 |
61
7f44a4974bf6
Use resolver processes even if we don't have the interfaces, and need to use gethostbyname.
carl
parents:
60
diff
changeset
|
12 4.2 2005-01-08 |
7f44a4974bf6
Use resolver processes even if we don't have the interfaces, and need to use gethostbyname.
carl
parents:
60
diff
changeset
|
13 Use the separate resolver processes even if we don't have the |
7f44a4974bf6
Use resolver processes even if we don't have the interfaces, and need to use gethostbyname.
carl
parents:
60
diff
changeset
|
14 resolver interfaces and need gethostbyname. |
7f44a4974bf6
Use resolver processes even if we don't have the interfaces, and need to use gethostbyname.
carl
parents:
60
diff
changeset
|
15 |
60
390ed250c5d2
use local unix domain socket for resolver process communication
carl
parents:
59
diff
changeset
|
16 4.1 2005-01-06 |
390ed250c5d2
use local unix domain socket for resolver process communication
carl
parents:
59
diff
changeset
|
17 Use a local unix domain socket for the resolver process |
390ed250c5d2
use local unix domain socket for resolver process communication
carl
parents:
59
diff
changeset
|
18 communication, rather than a tcp/ip socket. |
390ed250c5d2
use local unix domain socket for resolver process communication
carl
parents:
59
diff
changeset
|
19 |
59
510a511ad554
Add resolver processes to allow better performance on busy machines
carl
parents:
57
diff
changeset
|
20 4.0 2005-01-03 |
510a511ad554
Add resolver processes to allow better performance on busy machines
carl
parents:
57
diff
changeset
|
21 Initialize the thread mutex objects early, before they are needed |
510a511ad554
Add resolver processes to allow better performance on busy machines
carl
parents:
57
diff
changeset
|
22 by possible calls to my_syslog. |
510a511ad554
Add resolver processes to allow better performance on busy machines
carl
parents:
57
diff
changeset
|
23 |
510a511ad554
Add resolver processes to allow better performance on busy machines
carl
parents:
57
diff
changeset
|
24 Fork off a separate resolver listener process, so we can do multiple |
510a511ad554
Add resolver processes to allow better performance on busy machines
carl
parents:
57
diff
changeset
|
25 dns operations in parallel. For each simultaneous inbound email, |
510a511ad554
Add resolver processes to allow better performance on busy machines
carl
parents:
57
diff
changeset
|
26 we have a separate sendmail process, a milter thread, and a dns |
510a511ad554
Add resolver processes to allow better performance on busy machines
carl
parents:
57
diff
changeset
|
27 resolver process. |
510a511ad554
Add resolver processes to allow better performance on busy machines
carl
parents:
57
diff
changeset
|
28 |
57 | 29 3.7 2004-10-28 |
30 Added an 'ignore' command to the conf file, used to ignore some | |
31 hosts that might end up on the SBL and otherwise trip the content | |
32 scanning filter. In particular, many recent Microsoft Word | |
33 documents contain the string www.5iantlavalamp.com which is | |
34 associated with their smart tags stuff. That is currently hosted at | |
35 216.168.224.70, which is shared with a site that ended up on the | |
36 SBL. | |
37 | |
54
dca56b2de019
updates for 3.6, better documentation on removing content filtering, missing some files in cvs
carl
parents:
53
diff
changeset
|
38 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
|
39 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
|
40 Better documentation for disabling the content filtering. |
56
57607387263d
updates for 3.6, better documentation on removing content filtering, missing some files in cvs
carl
parents:
54
diff
changeset
|
41 Don't bother looking at the body text if we are not doing |
57607387263d
updates for 3.6, better documentation on removing content filtering, missing some files in cvs
carl
parents:
54
diff
changeset
|
42 content filtering. |
54
dca56b2de019
updates for 3.6, better documentation on removing content filtering, missing some files in cvs
carl
parents:
53
diff
changeset
|
43 |
53
c2371bb6cf84
3.5 - better error message when rejecting based on ns records on the sbl
carl
parents:
52
diff
changeset
|
44 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
|
45 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
|
46 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
|
47 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
|
48 |
c2371bb6cf84
3.5 - better error message when rejecting based on ns records on the sbl
carl
parents:
52
diff
changeset
|
49 |
52 | 50 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
|
51 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
|
52 names. |
52 | 53 |
54 Updated dnsbl.spec file for building rpms from John Gunkel. | |
55 | |
56 | |
48 | 57 3.3 2004-07-09 |
58 Drop root priviledges properly, including the group id. | |
59 | |
60 | |
47 | 61 3.2 2004-07-09 |
41
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
62 |
43 | 63 Contributions from John Gunkel <jgunkel@palliser.ca>: |
64 Add .spec file for building rpms, contributed by John Gunkel | |
65 | |
66 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
|
67 |
43 | 68 Add some html (actually xml) tags used by Apple mac print |
69 subsystem that were tripping the html tag detector. | |
70 | |
71 Help with changes required to allow dnsbl to drop root | |
44 | 72 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
|
73 |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
74 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
|
75 specified in hex. |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
76 |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
77 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
|
78 positives in .zip or .tar.gz file attachments. |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
79 |
d95af8129dfa
updates for 3.2, changing file layout, add queueid to messages
carl
parents:
diff
changeset
|
80 Add sendmail queueid to the dnsbl syslog messages. |
44 | 81 |
82 Fix one place where host names were not forced to lower case. | |
83 Discovered by Nigel Horne <njh@bandsman.co.uk> | |
84 | |
85 Remove duplicate dns queries within the same smtp transaction from | |
86 the body content filtering. This helps if the mail server does not | |
87 have a nearby caching dns server. | |
88 | |
89 Add host_soft_limit config keyword. Use only one of host_limit or | |
90 host_soft_limit, since the last one wins. The host_limit is a hard | |
91 upper limit on the number of host names in a message. The | |
92 host_soft_limit allows unlimited host names, but only checks a | |
93 random sample of them against the dnsbl. | |
47 | 94 |
95 The main thread has dropped root priviledges, but other threads | |
96 are still running as root. This needs to be fixed. |