diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-07-31 15:46:51 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-07-31 16:52:06 +0100 |
commit | 3581f3213f74d47833cc710dfc678f1d79debaa7 (patch) | |
tree | ddae9c52c6223e779d64ffe60f220dedf30e6504 /doc | |
parent | 0d9fa8c0a3e0e3dd140880861a60c3def18f176b (diff) |
Fix $body_linecount for empty lines
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 bc48ad269..e1471b627 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -58,6 +58,9 @@ JH/13 Cutthrough: expand transport dkim_domain option when testing for dkim JH/14 Fix logging of errors under PIPELINING. Previously the log line giving the relevant preceding SMTP command did not note the pipelining mode. +JH/15 Fix counting of empty lines in $body_linecount and $message_linecount. + Previously they were not counted. + Exim version 4.87 ----------------- |