Post Reply 
$NEST command behavior
Jul. 13, 2004, 06:34 PM
Post: #1
 
Hi all,

I've noticed some odd behavior with the $NEST command.

When using the $NEST command in the bounds match, what is the difference in entering:
Code:
$NEST(<table,</table>)
    VS
$NEST(<table*>,</table>)

When I "test" a web filter, I don't see any apparent difference. Yet when loading pages, the filter matches differently depending on which bounds I use. Here is the filter is question:

Code:
[Patterns]
Name = "Small Table Killer1"
Active = TRUE
Bounds = "$NEST(<table,</table>)"
Limit = 1500
Match = "<(\w)\0*=$AV($LST(AdList)*)*"
Replace = "<proxo killed \0 with \9 />"

Name = "Small Table Killer2"
Active = TRUE
Bounds = "$NEST(<table*>,</table>)"
Limit = 1500
Match = "<(\w)\0*=$AV($LST(AdList)*)*"
Replace = "<proxo killed \0 with \9 />"

Heres a link to a page that does this: http://dir.yahoo.com/Computers_and_Internet/Internet/

If anybody can shed some light on this, I'd appreaciate it.

Thanks
Mike
Add Thank You Quote this message in a reply
Post Reply 


Messages In This Thread
[] - z12 - Jul. 13, 2004 06:34 PM
[] - ProxRocks - Jul. 13, 2004, 09:04 PM
[] - Oddysey - Jul. 13, 2004, 11:53 PM
[] - z12 - Jul. 14, 2004, 02:42 AM
[] - Oddysey - Jul. 14, 2004, 07:43 AM
[] - z12 - Jul. 14, 2004, 01:03 PM
[] - sidki3003 - Jul. 14, 2004, 01:42 PM
[] - z12 - Jul. 15, 2004, 02:00 AM
[] - sidki3003 - Jul. 15, 2004, 04:06 AM
[] - z12 - Jul. 15, 2004, 11:03 AM
[] - sidki3003 - Aug. 01, 2004, 08:33 PM
[] - z12 - Aug. 02, 2004, 02:28 PM
[] - sidki3003 - Aug. 02, 2004, 02:57 PM
[] - z12 - Aug. 02, 2004, 04:57 PM

Forum Jump: