https://bugs.exim.org/show_bug.cgi?id=3148
--- Comment #2 from jba...@paradoxnetworks.net --- (In reply to Jeremy Harris from comment #1) > Given that "%1" does not look like a valid local_part I'm not convinced that > this is a valid use-case. But perhaps I'm confused. It's a place holder, borrowed from sendmail rewriting if I can remember that far back. It could be something else. The point of it is to be rewritten and replaced by the local_part. I could call it mylocalpartplacehold, but %1 works. So user@domain -> %1-suffix@domain -> user-suffix@domain Here's a wildcard example for a virtual domain that takes all local_parts for the virtual example.com and converts them to local_parts for the localdomain. example.com.virtual_file: *: %1 anyth...@example.com -> %1@localdomain -> anything@localdomain -- You are receiving this mail because: You are on the CC list for the bug. -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-dev.lists.exim.org/ ## unsubscribe (doesn't require an account): ## exim-dev-unsubscr...@lists.exim.org ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/