Mailing List Archive

[Bug 2805] valid message-id with [] on right side considered invalid
https://bugs.exim.org/show_bug.cgi?id=2805

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED

--- Comment #1 from Jeremy Harris <jgh146exb@wizmail.org> ---
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/ ##
[Bug 2805] valid message-id with [] on right side considered invalid [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2805

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Priority|medium |low

--- Comment #2 from Jeremy Harris <jgh146exb@wizmail.org> ---
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/ ##
[Bug 2805] valid message-id with [] on right side considered invalid [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2805

Git Commit <git@exim.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |git@exim.org

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

commit 889894461aa958da4604299acc161c29e2aa603c
Author: Jeremy Harris <jgh146exb@wizmail.org>
AuthorDate: Sun Sep 5 11:32:09 2021 +0100
Commit: Jeremy Harris <jgh146exb@wizmail.org>
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/0000-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/ ##
[Bug 2805] valid message-id with [] on right side considered invalid [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2805

--- Comment #4 from Arkadiusz Miskiewicz <arekm@maven.pl> ---
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/ ##
[Bug 2805] valid message-id with [] on right side considered invalid [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2805

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution|--- |FIXED

--- Comment #5 from Jeremy Harris <jgh146exb@wizmail.org> ---
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/ ##