<<< Date Index >>>     <<< Thread Index >>>

Re: Recommended mail filters for use with mutt?



On Thu, Apr 03, 2008 at 02:29:23PM +0200, Vladimir Marek wrote:
> > > # Catch lists on List-Post
> > > :0
> > > * ^List-Post:.*mailto:\/[^@]+
> > > Lists/$MATCH/
> > > #
> 
> I wish that sieve would be as capable also :(

e.g. something along the lines of:

    require "variables";

    if header :matches "List-Post" "*<mailto:*@*"; {
        fileinto "${2}";  stop;
    }

?  (might be wrong, but you get the idea)


> Nice one

Maybe, if you don't mind having your folders determined by headers
inserted by somebody else.  Me, I like to have a hand in there somewhere :)

mm