https://bugs.exim.org/show_bug.cgi?id=2687

--- Comment #9 from Simon Arlott <bugzilla.exim.si...@arlott.org> ---
(In reply to Jeremy Harris from comment #8)
> Perhaps we should add new options for the client side of the plaintext
> authenticator (say, "client_send_1", "client_send_2").
> Define them as just (expanded) string, without any interpretation of ^,
> and that they will be sent in the obvious order, each prefixed with a NUL.
> 
> That handles PLAIN; LOGIN is still supported by the current "client_send",
> and we check for the presence of both and treat it as a config error.

There are three components to PLAIN, it's just that first one is typically
unused.

How about just making a list value with NUL characters automatically inserted
between the elements?

  client_send_nul = : username : password

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

Reply via email to