On 2020-10-07 15:14, Yves Goergen wrote: > I'm setting up a new mail server with Exim and try to get the Sieve > filter working as it does on another server. But it doesn't. And I > don't know why. > > Here's a sieve script for [email protected]: > > if header :contains ["Subject"] "Newsletter" { > redirect "[email protected]"; > } > > I'm sending a message from [email protected] to [email protected] with > the subject "Newsletter". The message is delivered in the inbox of the > original recipient and not forwarded. > > Here's another sieve script: > > redirect "[email protected]"; > stop; > > The same message is now both delivered in the original inbox and > forwarded to demo2. It looks like this time the filter action was at > least considered, but the implicit keep should not be effective, but > is.
I find Yves' questions important, and I think we should not redirect this thread into another long discussion of tainting. -- Ian -- ## 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/
