regex match: Require *all* regular expressions to match.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 23 Nov 2008 18:07:10 +0000 (19:07 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sun, 23 Nov 2008 18:07:10 +0000 (19:07 +0100)
commiteb30b842f4ee4d68f68d8a6ba17e0109b6777565
tree68a5ba081f13ae599f63f5fc29ff0f296f25dde1
parent27833e4102a75b79840784ba9106816bfc519625
regex match: Require *all* regular expressions to match.

Before, when there were multiple regular expressions for the same field,
for example the host, only of of those regular expressions needed to
match for a successful overall match.

The new behavior is not that *all* regular expressions need to match for
a successful overall match. This makes the behavior much easier to
understand.
src/match_regex.c