IƱaki Baz Castillo writes:
So let's imagine a new table
'lcr_stopper_rules' with the following columns:
- id: Primary key as usual.
- rule_id: Integer pointing to an entry under 'lcr_rules' ('lcr') table.
inaki,
the above does not tie stopping to a certain prefix, but rules. what
determines if a given rule applies is:
lcr_id prefix from_uri
stopping should be tied to these three values, which would result in a
table containing
id lcr_id prefix from_uri stop
then there would be a table
id id_from_above_table grp_id priority
perhaps we could handle the rest offline?
-- juha