comparison ChangeLog @ 134:f9917ce924a3

all dns lookups fully qualified, my_read() bug fix
author carl
date Wed, 02 Aug 2006 21:06:05 -0700
parents b8ce1b31237d
children f4746d8a12a3
comparison
equal deleted inserted replaced
133:b8ce1b31237d 134:f9917ce924a3
1 $Id$ 1 $Id$
2
3 5.20 2006-08-02
4 Fully qualify all dns lookups. Fix my_read() bug. Try to convert
5 names that might be ip addresses via inet_aton before doing dns
6 lookups.
2 7
3 5.19 2006-08-01 8 5.19 2006-08-01
4 Bug fix - add trailing dot to uribl dns lookups to make them fully 9 Bug fix - add trailing dot to uribl dns lookups to make them fully
5 qualified. Check host names with only two components, since 10 qualified. Check host names with only two components, since
6 spammers are now using bare http://domain.tld references. 11 spammers are now using bare http://domain.tld references.