comparison ChangeLog @ 125:8b1562482b29

put hostname in smtp message for uribl style lookups
author carl
date Thu, 16 Mar 2006 15:20:37 -0800
parents ecd97e7eb1f0
children 05ae49d37896
comparison
equal deleted inserted replaced
124:ea6f9c812faa 125:8b1562482b29
1 $Id$ 1 $Id$
2
3 5.16 2006-03-16
4 bug fix - the smtp error message for uribl filtering needs to
5 reference the host name, not the ip address.
2 6
3 5.15 2006-03-15 7 5.15 2006-03-15
4 bug fix - we failed to properly set the return code to indicate the 8 bug fix - we failed to properly set the return code to indicate the
5 reason when rejecting mail for content filtering. 9 reason when rejecting mail for content filtering.
6 10
11 5.13 2006-03-12 15 5.13 2006-03-12
12 patch from Jeff Evans <jeffe@tricab.com> 16 patch from Jeff Evans <jeffe@tricab.com>
13 add SURBL/URIBL lookups, remove trailing dots from hostnames, 17 add SURBL/URIBL lookups, remove trailing dots from hostnames,
14 allow ip address literals as hostnames. 18 allow ip address literals as hostnames.
15 add configuration for surbl/uribl list and reject message 19 add configuration for surbl/uribl list and reject message
16
17 20
18 5.12 2006-01-08 21 5.12 2006-01-08
19 Use larger resolver buffer to accomodate spammers with many name 22 Use larger resolver buffer to accomodate spammers with many name
20 servers. A current example is life-all.com which needs to retry in 23 servers. A current example is life-all.com which needs to retry in
21 tcp mode to fetch the 1444 byte response. 24 tcp mode to fetch the 1444 byte response.