> it also seems that my nolog logic isn't working. the config file is
> accepted, but logging still happens. i'll dig into this more later.
>
> I fixed a bug where nolog wasn't respected when logging whitelist
> actions, and manu@ has already checked in it.
it looks like one line of my patch didn't make it in. was it this that
you fixed in acl.c?
1941c1966
< if (retval & EXF_WHITELIST && (! (retval & EXF_NOLOG))) {
---
> if (retval & EXF_WHITELIST) {Message
Re: [milter-greylist] 4.1.6 and spf
2008-10-02 by Joe Pruett