[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: procmail puzzle



Incoming from Matt Price:
> 
> # ximian...
  :0                            <----------------------------
> * ^TO_evolution
> $MAILDIR/.evolution/
> 
> 
> # ximian...
  :0                            <----------------------------
> * ^To: .*evolution@lists.ximian.com
> $MAILDIR/.evolution/
> 
> # ximian...
  :0                            <----------------------------
> * ^To: .*evolution-hackers@lists.ximian.com
> $MAILDIR/.evolution/
> 
> # ximian...
  :0                            <----------------------------
> * ^Subject: .*Evolution
> $MAILDIR/.evolution/
> 
> The lists are, respectively,
> (evolution|evolution-hackers)@lists.ximian.com (sometimes
> (evolution|evolution-hackers)@ximian.com), and have the string
> [(Evolution|Evolution-hackers)] in the subject heading.

I do this for all the debian lists:

:0
* ^X\-Mailing\-List:.*debian-\/[a-z-]*
{
  LOG="debian-${MATCH} - "
  :0:
  IN.debian-${MATCH}
}


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*)               http://www.spots.ab.ca/~keeling 
- -



Reply to: