https://bugs.exim.org/show_bug.cgi?id=2375
Heiko Schlittermann <hs@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |---
CC| |hs@???
Status|RESOLVED |REOPENED
--- Comment #3 from Heiko Schlittermann <hs@???> ---
This introduces an incompatible change:
before: ${local_part:a.b.c} => a.b.c
${domain:a.b.c} =>
now : ${local_part:a.b.c} => a.b.c
${domain:a.b.c} => a.b.c
1) We should define the expected behaviour
(I'd vote for the legacy, as otherwise we may break
configurations)
2) We should create tests for the expected behaviour.
--
Heiko
--
You are receiving this mail because:
You are on the CC list for the bug.