Arran Cudbard-Bell wrote:
> Wait... shouldn't this be -* (and -~) ?
There's a -* ?
Or, what would be a bit more sane:
filter permit { # permits only these
Foo = bar
...
}
filter delete {
Foo == bar # delete all matching
}
Alan DeKok.