Mercurial > dnsbl
comparison ChangeLog @ 44:6b79046b18c2
changes for 3.2
author | carl |
---|---|
date | Fri, 09 Jul 2004 07:53:02 -0700 |
parents | acbe44bbba22 |
children | 71252053d258 |
comparison
equal
deleted
inserted
replaced
43:acbe44bbba22 | 44:6b79046b18c2 |
---|---|
9 | 9 |
10 Add some html (actually xml) tags used by Apple mac print | 10 Add some html (actually xml) tags used by Apple mac print |
11 subsystem that were tripping the html tag detector. | 11 subsystem that were tripping the html tag detector. |
12 | 12 |
13 Help with changes required to allow dnsbl to drop root | 13 Help with changes required to allow dnsbl to drop root |
14 priviledges. | 14 priviledges. Move the socket to /var/run/dnsbl/dnsbl.sock |
15 | 15 |
16 Change parser to handle &#xnnn; obfuscated urls with charaters | 16 Change parser to handle &#xnnn; obfuscated urls with charaters |
17 specified in hex. | 17 specified in hex. |
18 | 18 |
19 Make bad_html tags more sensitive to binary tags, to reduce false | 19 Make bad_html tags more sensitive to binary tags, to reduce false |
20 positives in .zip or .tar.gz file attachments. | 20 positives in .zip or .tar.gz file attachments. |
21 | 21 |
22 Add sendmail queueid to the dnsbl syslog messages. | 22 Add sendmail queueid to the dnsbl syslog messages. |
23 | |
24 Fix one place where host names were not forced to lower case. | |
25 Discovered by Nigel Horne <njh@bandsman.co.uk> | |
26 | |
27 Remove duplicate dns queries within the same smtp transaction from | |
28 the body content filtering. This helps if the mail server does not | |
29 have a nearby caching dns server. | |
30 | |
31 Add host_soft_limit config keyword. Use only one of host_limit or | |
32 host_soft_limit, since the last one wins. The host_limit is a hard | |
33 upper limit on the number of host names in a message. The | |
34 host_soft_limit allows unlimited host names, but only checks a | |
35 random sample of them against the dnsbl. |