On Mon, 2002-08-26 at 00:46, Martin wrote:
> $author = "Craige McWhirter" ;
> > On Thu, 2002-08-22 at 17:04, Nick Croft wrote:
> > 
> > > I wonder how many people receive slug and slug-chat mail in the one 
> > > directory? I do. 
> > 
> > Nick, I haven't seen any responses to this. Do you use procmail for
> > this? Care to clag your .procmailrc to us?
> 
> i am subbed to all the slug lists and move them all into the one directoy
> using the following procmail snippet...
> 
> :0                              # Anything from slug
> * ^X-BeenThere:.*@slug.org.au
> Slug                            # will go to $MAILDIR/Slug

I use the following so that any emails from any mailing list that uses
the X-BeenThere header will sort into a mailbox named after the mailing
list (note the leading dot in .$MATCH is for IMAP folders used with
courier-imap.

:0:
* ^X-BeenThere: \/[^@]+
`echo .$MATCH/`

-- 

Cheers,
      Craige.

GPG Key fingerprint = C206 904F 5231 2F2E 8DAA  F094 5879 71B5 0960 CF37

http://arseclown.tv/
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to