Auteur: Jeremy Harris Date: À: exim-users Sujet: Re: [exim] spaces and quotes
On 10/08/15 13:17, Heiko Schlittermann wrote: >> After bisecting exim-4_80 -> exim-4_84:
>> Seems to be introduced in commit 8ccd00b14ecc7c3c806882a54a9216f531571716
>
> This commit exposes the behaviour because the PRDR changed from
> EXPERIMENTAL to 'default'.
>
> The space-bug was introduced in fd98a5c6771f3a5a686e54370b0525dcc3dca2f9
> in src/src/smtp_in.c
Well found. Actually, it's been there forever; the parsing for options
following the MAIL FROM:<l@d>" is bogus. The PRDR addition exposed
uninitialised-variable behaviour.