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. -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
