Maybe a bit offtopic, Sieve beaviour
Rob Sterenborg (Lists)
lists at sterenborg.info
Tue Aug 23 12:03:04 UTC 2022
On 23-08-2022 11:44, João Silva wrote:
> Hi
>
> If a sieve filter contains a rule
>
> if header :regex ["From"] ["@xxx.com","@yyy.pt"] {
> fileinto :create "ac";
> }
>
> The mail should be copied to the folder ac and then proceed to other
> rules that a user might have or I understood the
>
> fileinto
>
> wrong?
>
> Using dovecot-pigeonhole-2.2.36-8.el7.x86_64
>
I use it like this, and it works for me:
if address :is "From" "sender at domain" {
fileinto :create "some_mail_folder";
stop;
}
Almost 20 years ago, I figured out that I *need* the "stop;" line, but I
don't remember why.
--
Rob
More information about the dovecot
mailing list