[EMAIL PROTECTED] wrote:

> 1   NetConnect  To:   Matches    [EMAIL PROTECTED]

I'd replace "Matches" with "contains". This

 a) only requires one condition entry for every
    list

and

 b) is much faster, as it's a mere string comparision,
    without processing actual wildcards (pattern
    matching is slow, compared to plain string compare)

Olli

-- 
� Oliver Wagner <[EMAIL PROTECTED]> 
� http://www.vapor.com
� finger [EMAIL PROTECTED]

Reply via email to