https://bugs.exim.org/show_bug.cgi?id=2375
Heiko Schlittermann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|FIXED |--- CC| |[email protected] Status|RESOLVED |REOPENED --- Comment #3 from Heiko Schlittermann <[email protected]> --- 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. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
