summaryrefslogtreecommitdiffstats
path: root/filter/test.conf2
AgeCommit message (Collapse)Author
2000-06-01Allow matching on enums:Pavel Machek
if !(scope ~ [ SCOPE_HOST, SCOPE_SITE ]) then { print "Failed in test"; quitbird; }
2000-05-31Complain when filter does not end in accept nor reject.Pavel Machek
2000-05-30Another testbed for filters.Pavel Machek