procmail
[Top] [All Lists]

Re: OOOPS - A bazillion processes

2004-04-17 00:25:52
Toen wij fleet(_at_)teachout(_dot_)org kietelden, kwam er dit uit:

# :0 # DATE-05: Screwed up timezone.
# * ^Date:[ ].*\/+[0-9]-[0-9][0-9][0-9]
# spam


That + directly after the \/ is strange

  :0 # DATE-05: Screwed up timezone.
  * ^Date:( ).*( )\/(\+)[0-9]-[0-9][0-9][0-9]
  spam

The () around the spaces and around the \+ are there 
for fun.

Alternative:
  * ^Date:[ ].*[ ]\/[+][0-9]-[0-9][0-9][0-9]

-- 
Grtz, 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>