--- In milter-greylist@yahoogroups.com, manu@n... wrote:
> Andrew Garth Brook <marlin099@y...> wrote:
>
> > I wrote the patch that reworks acl.c, configure.ac
> > and config.h.in so that exact matches in your acl list
> > can happen. This is a compile time option that is
> > actually now the default. You can turn on the old
> > behaviour by passing --disable-exactmatch to
> > configure.
> (snip)
> > Please let me know if you have any questions or
> > comments.
>
> Instead of doing a build option, what about doing a run time option? An
> exactmatch option in the config file is an easy shot and it will be
> easier for people to decide what they want...
>
Just as a thought, wouldn't the regex be easier for a substring match
and non-regex be better for an exact match?
-Andy