[exim-dev] [Bug 2310] event_action fires/expands with -Mg flag, but not with -Mrm

2018-09-16 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2310

Git Commit  changed:

   What|Removed |Added

 CC||g...@exim.org

--- Comment #17 from Git Commit  ---
Git commit:
https://git.exim.org/exim.git/commitdiff/7ea1237c783e380d7bdb86c90b13d8203c7ecf26

commit 7ea1237c783e380d7bdb86c90b13d8203c7ecf26
Author: Matthias Kurz 
AuthorDate: Mon Sep 17 00:20:24 2018 +0100
Commit: Jeremy Harris 
CommitDate: Mon Sep 17 00:21:30 2018 +0100

events: raise msg:fail:internal & msg:complete for -mrm.  bug 2310

 doc/doc-txt/ChangeLog |  4 
 src/src/deliver.c | 24 +++-
 src/src/exim.c|  6 ++
 src/src/queue.c   | 35 +--
 test/log/5700 | 17 +
 test/scripts/5700-events/5700 | 20 
 test/stdout/5700  |  3 +++
 7 files changed, 98 insertions(+), 11 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 2310] event_action fires/expands with -Mg flag, but not with -Mrm

2018-09-16 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2310

Jeremy Harris  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|ni...@exim.org  |jgh146...@wizmail.org

--- Comment #16 from Jeremy Harris  ---
Seems reasonable.  I shuffled the ordering, and used an internal parse function
rather than the string-expansion hack (also in the place I wrote that hack
originally).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 2317] Missing Error Check in function SSL_CTX_set_cipher_list()

2018-09-16 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2317

Jeremy Harris  changed:

   What|Removed |Added

 Status|ASSIGNED|WAIT_FIX_CONFIRMATION

--- Comment #1 from Jeremy Harris  ---
Commit ca954d7fec.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 2318] noerror command in filter file is not working

2018-09-16 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2318

Git Commit  changed:

   What|Removed |Added

 CC||g...@exim.org

--- Comment #6 from Git Commit  ---
Git commit:
https://git.exim.org/exim.git/commitdiff/25beaee4c28ed29a37078e6c68fa3d18ced6ec8c

commit 25beaee4c28ed29a37078e6c68fa3d18ced6ec8c
Author: Matthias Kurz 
AuthorDate: Sun Sep 16 21:20:44 2018 +0100
Commit: Jeremy Harris 
CommitDate: Sun Sep 16 21:33:40 2018 +0100

fix filter noerror command.  bug 2318

 doc/doc-txt/ChangeLog|  4 
 src/src/rda.c| 12 +---
 test/aux-fixed/0616.filter   |  3 +++
 test/aux-fixed/0617.filter   |  3 +++
 test/confs/0616  | 40 
 test/confs/0617  | 40 
 test/log/0617|  9 +
 test/scripts/-Basic/0616 | 25 +
 test/scripts/-Basic/0617 | 25 +
 test/stdout/0616 | 30 ++
 test/stdout/0617 | 30 ++
 11 files changed, 218 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


[exim-dev] [Bug 2318] noerror command in filter file is not working

2018-09-16 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2318

Jeremy Harris  changed:

   What|Removed |Added

   Assignee|ni...@exim.org  |jgh146...@wizmail.org
 Status|NEW |ASSIGNED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##


Re: [exim-dev] buildfarm client proposal: tests configure support

2018-09-16 Thread Jeremy Harris via Exim-dev
On 9/15/18 2:34 AM, Phil Pennock wrote:
> I've pushed to buildfarm-client.git a new branch `test_configure_tuning`
> with one additional commit:
> 
> https://git.exim.org/buildfarm-client.git/shortlog/refs/heads/test_configure_tuning
> https://git.exim.org/buildfarm-client.git/commitdiff/0ce98df83e53cc21a25d98f95e431803a398742c

The code addition looks reasonable on the surface.  Go head and
push it to master.

I'm not going to spend time trying to duplicate your work...
An additional comment in the template, saying exactly what
syntax is needed, would be good.

I'm not going to spend time trying to duplicate your work...
once you're up and running, a potted recipe would be
useful for posterity.  I can't guess how you managed
to do a main exim build without those headers... presumably
you're not limiting yourself to a no-ssl exim (if so,
perhaps we need a no-ssl testsuite build option).
-- 
Cheers,
  Jeremy

-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim 
details at http://www.exim.org/ ##