annotate ChangeLog @ 53:c2371bb6cf84 stable-3-5

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