On (2003/04/01 12:56), Nico Erfurth wrote:
> >Apologies to those who were kept waiting for the update of the FreeBSD
> >port for Exim to exim-4.14.
>
> Did you include the patch for auths/plaintext.c?
This one posted by Liu Xin?
| @@ -92,8 +92,11 @@
| {
| if (Ustrcmp(data, "=") == 0)
| {
| +/* The following 2 lines are disabled to support "AUTH LOGIN =" */
| +#if 0
| expand_nstring[++expand_nmax] = US"";
| expand_nstring[expand_nmax] = 0;
| +#endif
| }
| else
| {
No, I didn't include it, because Philip responded with:
> This patch will break any authentication mechanism that actually uses
> an empty string.
Ciao,
Sheldon.