[exim-dev] [Bug 2805] valid message-id with [] on right side considered invalid

2021-09-05 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2805

Jeremy Harris  changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--- Comment #5 from Jeremy Harris  ---
And thanks to you for checking.

-- 
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 2805] valid message-id with [] on right side considered invalid

2021-09-05 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2805

--- Comment #4 from Arkadiusz Miskiewicz  ---
Fixes the problem here, thanks.

-- 
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 2805] valid message-id with [] on right side considered invalid

2021-09-05 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2805

Git Commit  changed:

   What|Removed |Added

 CC||g...@exim.org

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

commit 889894461aa958da4604299acc161c29e2aa603c
Author: Jeremy Harris 
AuthorDate: Sun Sep 5 11:32:09 2021 +0100
Commit: Jeremy Harris 
CommitDate: Sun Sep 5 12:16:31 2021 +0100

fix validation of domain-literals in message_id: headers.  bug 2805

 doc/doc-txt/ChangeLog|  4 
 src/src/parse.c  | 34 +-
 src/src/receive.c|  3 ++-
 test/log/0604| 13 +++--
 test/scripts/-Basic/0604 |  9 +
 5 files changed, 43 insertions(+), 20 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 2805] valid message-id with [] on right side considered invalid

2021-09-05 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2805

Jeremy Harris  changed:

   What|Removed |Added

   Priority|medium  |low

--- Comment #2 from Jeremy Harris  ---
Only affects logging.

-- 
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 2805] valid message-id with [] on right side considered invalid

2021-09-05 Thread admin--- via Exim-dev
https://bugs.exim.org/show_bug.cgi?id=2805

Jeremy Harris  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED

--- Comment #1 from Jeremy Harris  ---
The same routine is being used for validating (821-level) addresses as for
the Message_ID: header.  For domain-literals the latter needs to be more
relaxed.

-- 
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/ ##