Mercurial > dnsbl
comparison ChangeLog @ 189:e10f5951b905
fix null pointer dereference from missing HELO command
author | carl |
---|---|
date | Sat, 10 Nov 2007 10:41:04 -0800 |
parents | f0eda59e8afd |
children | 004b855c6c1f |
comparison
equal
deleted
inserted
replaced
188:edcefdb7ccc1 | 189:e10f5951b905 |
---|---|
1 $Id$ | 1 $Id$ |
2 | 2 |
3 6.13 2007-11-10 | 3 6.13 2007-11-10 |
4 HELO command is optional, and if missing caused a null pointer | 4 HELO command is optional, and if missing caused a null pointer |
5 dereference. Add configure detection for sendmail progress | 5 dereference. |
6 callback, to allow smfi_progress() call during dns lookups. | |
7 | 6 |
8 6.12 2007-10-13 | 7 6.12 2007-10-13 |
9 SMTP rejections take precedence over greylisting. | 8 SMTP rejections take precedence over greylisting. |
10 | 9 |
11 6.11 2007-10-07 | 10 6.11 2007-10-07 |