On Mon, Oct 11, 2004 at 10:34:45PM +0200, Emmanuel Dreyfus wrote: > It's done through atexit(). Is there some known oddities with atexit() > on Solaris? No. But function registered that way will of cause only be called if the program return from main() or exists via exit(3C). Being killed by signal won't do that. "rc-solaris.sh.in" in the 1.4 distribution uses "pkill" which sends SIGTERM. And I cannot see where "milter-greylist" would try to catch that signal. Kind regards -- Matthias Scheler http://scheler.de/~matthias/
Message
Re: [milter-greylist] Re: syncing autowhitelisted entries between mx-hosts
2004-10-12 by Matthias Scheler