procmail
[Top] [All Lists]

Re: regex syntax question

2004-03-01 12:06:45
Toen ik Bart Schaefer kietelde, kwam er dit uit:

If you absolutely must limit it to 1 through 5 occurrences
[...] or use something like

 :0 B:
 * ()\/(erx[0-9])+rx.com
 *  6^0
 * -1^1 MATCH ?? erx[0-9]
 junkmail

I understood 1-to-5 digits:

  :0:
  * B ?? erx\/[0-9]+rx\.com
  * MATCH ?? ^^[0-9]+
  *  6^0
  * -1^1 MATCH ?? [0-9]
  junkmail

-- 
Affijn, Ruud

_______________________________________________
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>