[exim-dev] [Bug 2314] Raise event (also) when ignore_error i…

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2314] Raise event (also) when ignore_error is true
https://bugs.exim.org/show_bug.cgi?id=2314

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #14 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/ffbc20ed9c9ed09a68ff0a608f623c3c83d521a8

commit ffbc20ed9c9ed09a68ff0a608f623c3c83d521a8
Author:     Matthias Kurz <m.kurz@???>
AuthorDate: Fri Sep 28 19:04:55 2018 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Fri Sep 28 19:07:00 2018 +0100


    events:  fire msg:fail:delivery event even when error is being ignored. 
bug 2314
----
 doc/doc-txt/ChangeLog                           |  5 ++
 src/src/deliver.c                               | 18 ++++--
 test/aux-fixed/5702.filter                      |  3 +
 test/aux-fixed/5703.filter                      |  3 +
 test/{confs/5700 => aux-fixed/event-logger-acl} | 51 +----------------
 test/confs/5700                                 | 75 +------------------------
 test/confs/5701                                 | 40 +++++++++++++
 test/confs/5702                                 | 43 ++++++++++++++
 test/confs/5703                                 | 43 ++++++++++++++
 test/log/5700                                   |  6 +-
 test/log/5701                                   | 20 +++++++
 test/log/5702                                   | 20 +++++++
 test/log/5703                                   | 32 +++++++++++
 test/scripts/5700-events/5700                   |  2 +-
 test/scripts/5700-events/5701                   | 19 +++++++
 test/scripts/5700-events/5702                   | 26 +++++++++
 test/scripts/5700-events/5703                   | 20 +++++++
 test/stdout/5700                                |  4 +-
 test/stdout/5702                                | 31 ++++++++++
 test/stdout/5703                                | 17 ++++++
 20 files changed, 346 insertions(+), 132 deletions(-)


--
You are receiving this mail because:
You are on the CC list for the bug.