procmail
[Top] [All Lists]

Re: Remove string from $MATCH?

2003-02-20 21:15:07
Tyler now has,

| :0 : # Match on Sender field, strip last hyphenated word
| * SENDER ?? ()\/((plug(-(devel|jobs))?|pdx-?pm-(study|list)|ktdistrib|\
| cs-grad-talk|all-grad|ece-jobs)-admin|owner-acm-(members|spam)|\
| procmail-bounces)@
| * MATCH ?? ()\/[^(_at_)]+
| * MATCH ?? ^^\/.*-
| * MATCH ?? ^^\/.*[^-]
| $MATCH

The second and third conditions, come to think of it, could be combined:

 * MATCH ?? ^^\/[^(_at_)]+-


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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