Den 2012-02-13 15:23, Chris skrev:

How to filter messages from this list?

## Generated by Roundcube Webmail SieveRules Plugin ##

require ["fileinto","imap4flags","envelope"];

# rule:[postfix announce]
if allof (address :is "To" "postfix-annou...@postfix.org")
{
        fileinto "postfix";
        setflag "\\Flagged";
        stop;
}
# rule:[postfix users]
if allof (header :contains "Sender" "owner-postfix-us...@postfix.org", header :is "Precedence" "bulk")
{
        fileinto "postfix";
        stop;
}
# rule:[postfix cloud9]
if allof (address :is "To" "postfix-us...@cloud9.net")
{
        fileinto "postfix";
        stop;
}

I miss something like "List-Id: Postfix Mailing List
<postfix-users.postfix.org>"

who will touch an old lady as majordome ? :=)

Reply via email to