* Sven Guckes <[EMAIL PROTECTED]> [04/19/02 12:19]:
> I have appended my procmail rules
> which sort them into IN.MUTT mostly - enjoy!

You do not need a rule for each alias (mutt.org, gbnet.net, etc.).
Filtering on the Sender field, you catch them all. Basically, for
Mutt lists I have:

:0
* ^Sender: owner-mutt-\/[^@]+
{
        # dev, users, announce, po
        MUTTLIST="$MATCH"

        # CVS Changelog
        :0:
        * $MUTTLIST ?? dev
        * ^Subject: \[.*\] CVS commit messages
        ML/mutt-cvs-log

        # bug reports
        :0:
        * $MUTTLIST ?? dev
        * ^Subject:.*(bug#|Processed:)
        Spool_Mutt_bug

        # everything else goes in the appropriate spool
        :0:
        Spool_Mutt_$MUTTLIST
}

You could even skip the cvs log and bug report parts.

-- 
Cedric

Reply via email to