[exim-dev] [Bug 2687] AUTH PLAIN should provide better suppo…

Startseite
Nachricht löschen
Nachricht beantworten
Autor: admin
Datum:  
To: exim-dev
Alte Treads: [exim-dev] [Bug 2687] New: AUTH PLAIN should provide better support for quoting circumflexes
Betreff: [exim-dev] [Bug 2687] AUTH PLAIN should provide better support for quoting circumflexes
https://bugs.exim.org/show_bug.cgi?id=2687

--- Comment #13 from Simon Arlott <bugzilla.exim.simon@???> ---
I've just realised that there is a much simpler solution to this problem:

Exim supports multiple lines in strings/lists/expansions/etc.

RFC 2595 does not allow CR or LF in any of the response values, because they
have to be terminated by CRLF.

Just add an option to change the NUL replacement character to LF instead of "^"
(without any need to support escaping because CR/LF is never valid). That will
then allow a NUL to be inserted in any number of responses for both PLAIN and
LOGIN.

--
You are receiving this mail because:
You are on the CC list for the bug.