On Tue, Oct 12, 2004 at 09:53:20AM +0200, Emmanuel Dreyfus wrote: > > 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. > That's bad since we will never call exit() Registering functions via atexit() is pointless in that case. > It cannot. libmilter takes care of the signals, there is no way of > catching them from a milter. How does libmilter handle SIGTERM? I would be surprised if it doesn't call exit(3C). 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