procmail
[Top] [All Lists]

Re: Catch-all list filter

2008-01-04 12:48:59
N.J. Mann schreef:

    * 9876543210^0 ^List-Id:.*<?\/[a-z0-9_-]+[.]

That is equivalent to

      * 9876543210^0 ^List-Id:.*\/[a-z0-9_-]+[.]



If you want to get rid of the trailing special character, just add this
condition

      * MATCH ?? ^^\/[a-z0-9_-]+


On the delivery line you could do

      .list.$MATCH/

to group all lists.

-- 
Groet, Ruud

____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>