diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-13 04:09:25 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-13 04:09:25 -0400 |
commit | 12dd53c7a900b323936790a9e6fc4ae617920968 (patch) | |
tree | d32e304abf66e3151c3e1e6e31ad950684759a67 /doc | |
parent | 6a6084f8fd44dc65dce40536198ec5d282deb126 (diff) |
Fixed headers_only on smtp transports.
Was not sending trailing dot.
Added test case to catch this.
fixes bug 1246.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6a34c5757..3315d0594 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -96,6 +96,9 @@ PP/22 Added -bw for inetd wait mode support. PP/23 Added PCRE_CONFIG=yes support to Makefile for using pcre-config to locate the relevant includes and libraries. Made this the default. +PP/24 Fixed headers_only on smtp transports (was not sending trailing dot). + Bugzilla 1246, report and most of solution from Tomasz Kusy. + Exim version 4.77 ----------------- |