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

:0:
* [EMAIL PROTECTED]
destination-folder

:0:
* [EMAIL PROTECTED]
destination-folder

Is one method better than the other?
--
On two occasions I have been asked [by members of Parliament!], 'Pray,
Mr. Babbage, if you put into the machine wrong figures, will the right
answers come out?' I am not able rightly to apprehend the kind of
confusion of ideas that could provoke such a question.
        -- Charles Babbage

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

Reply via email to