On Thu, Aug 26, 2010 at 10:59:48PM -0700, x wrote: > Just read the files at program startup just like everyone else does or > when the program gets a HUP. That's an old problem: libmilter takes care of signals. As I understand it means milter-greylist cannot catch SIGHUP. I would appreciate a callback for it in the API, but it did not happen. The way it works now is that we stat(2) the config file on each ACl evaluation, and if mtime changed, we reload it. -- Emmanuel Dreyfus manu@...
Message
Re: [milter-greylist] How to use text lists to blacklist headers?
2010-08-27 by Emmanuel Dreyfus