On Thu, Feb 10, 2011 at 12:25:17AM +0000, Steve Freegard wrote:
> 
> as it's more efficient to do this in a plug-in with easily expandable list
> than with a URI rule and massive regexps IMO.

Nah. Given the tiny size of the list, it's far more efficient to use a
single large regexp than going through the work using plugin that iterates
URIs internally and still has to match the stuff somehow (regexp or hashes).

Of course you can use a simple script to generate the rule from a list using
Regexp::Assemble.

Reply via email to