diff options
author | Phil Pennock <pdp@exim.org> | 2012-04-12 19:33:48 -0700 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-04-12 19:33:48 -0700 |
commit | 7db8d07471d9e75fa506addff7f973c10a710895 (patch) | |
tree | 61b348fd473aca8b5af5cb0de8a66b5ee98e0281 /doc | |
parent | 76ba6b0ad36260e9009b2d0861e222062589c514 (diff) |
Handle TAB, not just SP, in MAIL args.
Analysis, diagnosis and variant patch by Todd Lyons.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f24e1a8f9..ee63f414e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -41,6 +41,10 @@ PP/10 Added dbmjz lookup type. PP/11 Let heimdal_gssapi authenticator take a SASL message without an authzid. +PP/12 MAIL args handles TAB as well as SP, for better interop with + non-compliant senders. + Analysis and variant patch by Todd Lyons. + Exim version 4.77 ----------------- |