diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-07-12 22:14:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-07-12 22:15:04 +0100 |
commit | e7ec503729970a03d4509921342bc81313976126 (patch) | |
tree | 87ee1e025fd13b75aec66878a190d06d9be93327 /doc | |
parent | 18e8acda27c24cb66295071e4b21c1a73ca83e40 (diff) |
Fix exit on attempt to rewrite a malformed address. Bug 2903
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 02ea32aa3..874d725f3 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -14,6 +14,11 @@ JH/02 Option default value updates: JH/03 Cache static regex pattern compilations, for use by ACLs. +JH/04 Bug 2903: avoid exit on an attempt to rewrite a malformed address. + Make the rewrite never match and keep the logging. Trust the + admin to be using verify=header-syntax (to actually reject the message). + + Exim version 4.96 ----------------- |