annotate ChangeLog @ 47:71252053d258

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