<quote who="Craige McWhirter">

> I'm looking for a fairly concise source of info on procmail folder
> pre-sorting. I've used some samples I've found but I'm having no luck
> thus-far. Here's a relevent sample from my .procmailrc:

Mwahahaha. :)

# MOST LISTS - Automagically handle lists
:0
* ^((List-Id|X-(Mailing-)?List):(.*[<]\/[^>]*))
{ 
        LISTID=$MATCH
  
        :0:
        * LISTID ?? ^\/[^@\.]*
        IN.$MATCH
}


# MAJORDOMO - Automagically handle Majordomo lists
:0
* ^Sender: owner-[^@]+@[^@]+
* ^Sender: owner-\/[^@]+
{
   :0:
   IN.$MATCH
}

- Jeff


-- [EMAIL PROTECTED] ------------------------------- http://lwn.net/daily/ --

     I wonder how many errors have gone unfixed due to misspellings of      
                                  "FIXME".                                  

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://slug.org.au/lists/listinfo/slug

Reply via email to