diff options
author | Todd Lyons <tlyons@exim.org> | 2014-03-06 20:55:19 -0800 |
---|---|---|
committer | Todd Lyons <tlyons@exim.org> | 2014-03-06 20:56:00 -0800 |
commit | 8ddef6917dd85f3da6ea2ccdb1d6734b78aee521 (patch) | |
tree | 745939d47f551fcc5c355ddea18384687c329fa0 /doc/doc-txt/ChangeLog | |
parent | 770747fd28008931d72a9f87be83286eaf626a95 (diff) |
Change strings of SPF result to conform to RFC 4408
Introduces a small backwards incompatible change to two results,
err_temp to temperror and err_perm to permerror.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-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 889d6a464..1ca558e34 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -41,6 +41,10 @@ TL/04 Add verify = header_names_ascii check to reject email with non-ASCII characters in header names, implemented as a verify condition. Contributed by Michael Fischer v. Mollard. +TL/05 Rename SPF condition results err_perm and err_temp to standardized + results permerror and temperror. Is a backward incompatibility if + the ACL tests for either of these two results. Patch contributed by + user bes-internal on the mailing list. Exim version 4.82 ----------------- |