Michael Tokarev:
> A few years ago I implemented a new dict for Postfix, dict_fnmatch.
> It is a shell-style pattern matcher with patterns placed _inline_,
> right in the config file, without any additional files like
> pcre/regex (the simplest dictionaries which does not use indexed
> files) and o
A few years ago I implemented a new dict for
Postfix, dict_fnmatch. It is a shell-style
pattern matcher with patterns placed _inline_,
right in the config file, without any additional
files like pcre/regex (the simplest dictionaries
which does not use indexed files) and others.
The usage is quite