why do you not simply shut up?

# sieve rule
require ["imap4flags"];
# rule:[reindl]
if allof (header :contains "From" "[email protected]")
{
        setflag ["\\Seen","\\Flagged"];
        stop;
}

Reply via email to