[exim-dev] [Bug 2371] dkim_domain option should lowercase its elements

2019-02-12 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2371

--- Comment #2 from Git Commit  ---
Git commit:
https://git.exim.org/exim.git/commitdiff/f3c73adaa541ae54092467a29668ac32894ef1dc

commit f3c73adaa541ae54092467a29668ac32894ef1dc
Author: Jeremy Harris 
AuthorDate: Tue Feb 5 23:19:00 2019 +
Commit: Jeremy Harris 
CommitDate: Tue Feb 5 23:19:00 2019 +

dkim: ensure that dkim_domain elements are lowercased before use.  bug 2371

 doc/doc-docbook/spec.xfpt | 16 ++--
 doc/doc-txt/ChangeLog |  2 ++
 src/src/dkim.c|  1 +
 3 files changed, 17 insertions(+), 2 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 2359] GnuTLS breakage with outgoing TLS 1.3

2019-02-12 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2359

--- Comment #3 from Git Commit  ---
Git commit:
https://git.exim.org/exim.git/commitdiff/2cf48743cc4bf8b99b4db880fa06a4768222d257

commit 2cf48743cc4bf8b99b4db880fa06a4768222d257
Author: Heiko Schlittermann (HS12-RIPE) 
AuthorDate: Thu Dec 27 14:34:56 2018 +0100
Commit: Heiko Schlittermann (HS12-RIPE) 
CommitDate: Thu Dec 27 14:34:56 2018 +0100

Update Changelog for GnuTLS 1.3 related fix Bug 2359

Fix is in 06faf21f3a84a3ac4aa4f7b1512087423d8c8541
---
 doc/doc-txt/ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index db6df25..f78b200 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -8,7 +8,7 @@ options, and new features, see the NewStuff file next to this
ChangeLog.
 Exim version 4.93
 -

-JH/01 GnuTLS: repeat lowlevel read and write operations while they return
error
+AM/01 Bug 2359: GnuTLS: repeat lowlevel read and write operations while they
return error
   codes indicating retry.  Under TLS1.3 this becomes required.

-- 
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 2351] Exim doensn't log messages with empty "To:" header

2019-02-12 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2351

--- Comment #9 from Git Commit  ---
Git commit:
https://git.exim.org/exim.git/commitdiff/60c02b350a7d325e64ae0a656cfd37a9fbd162a7

commit 60c02b350a7d325e64ae0a656cfd37a9fbd162a7
Author: Jeremy Harris 
AuthorDate: Sun Dec 16 16:33:32 2018 +
Commit: Jeremy Harris 
CommitDate: Sun Dec 16 16:43:28 2018 +

log failures to extract envelope addresses from message headers.  bug 2351

 doc/doc-txt/ChangeLog|  6 ++
 src/src/receive.c| 21 ++-
 test/log/0021| 50 
 test/mail/0021.CALLER| 23 
 test/mail/0021.ok| 16 +++---
 test/mail/0021.userx | 28 -
 test/mail/0021.x |  4 ++--
 test/paniclog/0021   |  1 +
 test/rejectlog/0021  | 30 +-
 test/scripts/-Basic/0021 |  8 +++
 test/stderr/0021 |  1 +
 test/stdout/0021 |  4 ++--
 12 files changed, 118 insertions(+), 74 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 219] Log option to suppress message-id logging

2019-02-12 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=219

Git Commit  changed:

   What|Removed |Added

 CC||g...@exim.org

--- Comment #3 from Git Commit  ---
Git commit:
https://git.exim.org/exim.git/commitdiff/049782c0de52a217f78116f82b3a1d69c0667458

commit 049782c0de52a217f78116f82b3a1d69c0667458
Author: Jeremy Harris 
AuthorDate: Tue Jan 1 16:21:02 2019 +
Commit: Jeremy Harris 
CommitDate: Tue Feb 12 11:54:42 2019 +

logging: created message-ids.  selectors for created and all ids.  bugs
219, 1840, 2339

 doc/doc-docbook/spec.xfpt| 14 +-
 doc/doc-txt/NewStuff |  3 +++
 src/src/functions.h  |  1 +
 src/src/globals.c|  3 +++
 src/src/header.c | 30 +
 src/src/macros.h |  2 ++
 src/src/receive.c| 32 ++-
 test/confs/0619  | 26 +
 test/log/0619| 10 ++
 test/scripts/-Basic/0619 | 45 
 10 files changed, 148 insertions(+), 18 deletions(-)

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