Re: [exim] Sieve filter not working properly anymore, how to…

Góra strony
Delete this message
Reply to this message
Autor: Ian Zimmerman
Data:  
Dla: exim-users
Temat: Re: [exim] Sieve filter not working properly anymore, how to debug?
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 demo@???:
>
> if header :contains ["Subject"] "Newsletter" {
> redirect "demo2@???";
> }
>
> I'm sending a message from demo3@??? to demo@??? with
> the subject "Newsletter". The message is delivered in the inbox of the
> original recipient and not forwarded.
>
> Here's another sieve script:
>
> redirect "demo2@???";
> 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