With regards to the nessecity of this filter, it is only really needed if you are concerned about href targets being obfuscated (be aware, if only part of a link is using the %nn notation immediately following a ? or # than it may be that the processing script needs this, changing it may brake functionality (rare but possible)
Also with regards to the bounds
<A*> will only convert the first part of the link, not the linktext (which is even more rare to see in base16)
$NEST(<A,</A>) as AltoSax said, takes also the linktext into account, but what he forgets to say is that <A*</A> would have done the same, using $NEST makes the filter quite a bit faster...(=optimized Prox function to find closing tag)
You may also want to check if there actually is a blocklist defined to sit behind $LST(NoCon) as this would be the file to use to add links to that you don't want to convert (the negator ^ being present makes this an exclusionlist. Either view the default.cfg lists section or use config -> blockfile to see which textfile is associated with that listname)
HTH
JarC
Edited by - TEggHead on 29 Jul 2002 11:01:59