Mailing List Archive

[Bug 2607] Native SRS mishandles quoted/escaped localparts
https://bugs.exim.org/show_bug.cgi?id=2607

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.exim.org/show_
| |bug.cgi?id=2193

--
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 2607] Native SRS mishandles quoted/escaped localparts [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2607

Jeremy Harris <jgh146exb@wizmail.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Component|Experimental |String expansion
Assignee|unallocated@exim.org |jgh146exb@wizmail.org
Status|NEW |ASSIGNED

--- Comment #1 from Jeremy Harris <jgh146exb@wizmail.org> ---
Are those latter three legitimate? RFC 5321 section 4.1.2 seems to say you
need to wrap backslash'd things in a DQUOTE pair.

--
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 2607] Native SRS mishandles quoted/escaped localparts [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2607

--- Comment #2 from John Lightsey <john@04755.net> ---
Exim accepts them as envelope sender addresses.

It doesn't make much sense to allow forwarding them with SRS if they can't be
reversed back to their original form.

--
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 2607] Native SRS mishandles quoted/escaped localparts [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2607

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

commit bec94709e708f087fe7fa456bec95d4e63edc3ed
Author: Jeremy Harris <jgh146exb@wizmail.org>
AuthorDate: Wed Jun 24 00:04:13 2020 +0100
Commit: Jeremy Harris <jgh146exb@wizmail.org>
CommitDate: Wed Jun 24 15:23:33 2020 +0100

handle quoted local_part input to ${srs_encode }. bug 2607
----
doc/doc-txt/ChangeLog | 5 ++
src/src/expand.c | 88 ++++++++++++++++++++++++-----------
test/confs/4620 | 15 +++++-
test/log/4620 | 27 ++++++++++-
test/mail/4620.CALLER | 4 ++
test/mail/{4620.CALLER => 4620.fred[} | 30 ++++++------
test/runtest | 2 +-
test/scripts/4620-SRS/4620 | 27 +++++++++++
test/stdout/4620 | 3 ++
9 files changed, 155 insertions(+), 46 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 2607] Native SRS mishandles quoted/escaped localparts [ In reply to ]
https://bugs.exim.org/show_bug.cgi?id=2607

Jeremy Harris <jgh146exb@wizmail.org> changed:

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

--- Comment #4 from Jeremy Harris <jgh146exb@wizmail.org> ---
Nobody commented

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