On 24/01/2019 08:58, Lars Schimmer via Exim-users wrote: > I want to rewrite the envelope-from of the outgoing mail to > [email protected], but not for the local sieve script.
Short answer: you can't do that. Longer answer: you're asking for two different messages - one modified, one not. The only (not very) convenient way to get that will be loop one variant round through a different set of exim actions (probably best to do that for the one you want modified). Or, write your sieve script to understand the modified version. -- 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/
