c.r.p. wrote:
> The provided greylist.conf says
> "
> # It is possible to use regular expressions in domain, from
> # and rcpt lines. The expression must be enclosed by
> # slashes (/).
> "
>
> So , how come when I tried
> acl whitelist rcpt nbrey/.*\.*/
>
> the greylist spit out an error message and stopped using the rest
> of the configuration file ?
because you're mixing syntax. Use a regex or a string, not a mix of both.
Try:
acl whitelist rcpt /nbrey.*\.*/