On Fri, Jan 06, 2006 at 12:43:32PM -0800, Patrick R. Wade wrote:
> When i want to match on multiple addresses with the TO_ macro, is it 
> more efficient to match on One Big Regex:
> 
> :0:
> * ^TO_([EMAIL PROTECTED]|[EMAIL PROTECTED]|[EMAIL PROTECTED])
> destination-folder
> 
> or to match on Several Smaller Regexes:
> 
> :0:
> * [EMAIL PROTECTED]
> destination-folder
[..]

You'd need a lot more than three sites to test before you'd be able to
reliably measure a difference in miliseconds per thousand messages.

Does that answer your question?

-- 
"We are what we repeatedly do.  Excellence, therefore, is not an act,
but a habit."
        -- Aristotle

_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to