diff options
author | Matthias Kurz <m.kurz@irregular.at> | 2018-09-16 21:20:44 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-09-16 21:33:40 +0100 |
commit | 25beaee4c28ed29a37078e6c68fa3d18ced6ec8c (patch) | |
tree | ef6468a2df430a87f7c7fce028fb593fee44a9fb /doc | |
parent | 13c7874e0a41d696ecf55774d62ea7d11778414f (diff) |
Fix filter noerror command. Bug 2318
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 5f45d69c1..617e407ac 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -108,6 +108,10 @@ JH/22 Bug 1896: Fix the envelope from for DMARC forensic reports to be possibly non-null, to avoid issues with sites running BATV. Previously reports were sent with an empty envelope sender so looked like bounces. +JH/23 Bug 2318: Fix the noerror command within filters. It wasn't working. + The ignore_error flag wasn't being returned from the filter subprocess so + was not set for later routers. Investigation and fix by Matthias Kurz. + Exim version 4.91 ----------------- |