3 messages in net.sourceforge.lists.courier-maildrop[maildropl] Re: Regular expressions.
FromSent OnAttachments
Ramy M. HassanJun 28, 2002 3:45 pm 
Sam VarshavchikJun 28, 2002 4:09 pm 
Derrick 'dman' HudsonJun 28, 2002 10:10 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[maildropl] Re: Regular expressions.Actions...
From:Sam Varshavchik (mrs@courier-mta.com)
Date:Jun 28, 2002 4:09:40 pm
List:net.sourceforge.lists.courier-maildrop

Ramy M. Hassan writes:

Hi, I have a very compilcated pattern that I want to mach site wide. This makes the maildrop too slow. I suggest to add a tool to maildrop package that compiles a regular expression and store it in a binary file. Then make

Usually, most of the time is not spent in compiling a regular expression, but in executing it.

first I thought that maildrop do regcomp/regexec, but I found that maildrop has its own regular expression implementation. I just wonder why ? isn't

Because recomp/regexec is not available everywhere.