Re: Generic notify hook

2000-12-11 Thread Chris Stratford
On Thu, 7 Dec 2000, Jeremy Howard wrote: > I'd like to see something like this generic notify hook added to the > distribution--what do others think? The Perl daemon needn't necessarily be > included, although I think that would be handy too. Now, that would be nice. We've got a system that cur

Re: Generic notify hook

2000-12-10 Thread Lawrence Greenfield
--On Thursday, December 07, 2000 09:54:27 PM +1100 Jeremy Howard <[EMAIL PROTECTED]> wrote: > As some of you may know, Cyrus has a hook that allows new mail > notifications to be implemented. It comes with a Zephyr notification hook. > [...] > > The current notify() code does no error checking

Re: Generic notify hook

2000-12-10 Thread Jeremy Howard
Off-list, Steven Lembark wrote: > Jeremy Howard wrote: > > So, I've written a little C function that simply passes notifications on to > > a Unix socket. I've also written a pre-forking Perl daemon that listens for > > these notifications and reads in the information passed to the notify() > > fun

Re: Generic notify hook

2000-12-08 Thread Ross Golder
Jeremy Howard wrote: > > As some of you may know, Cyrus has a hook that allows new mail notifications > to be implemented. It comes with a Zephyr notification hook. > > Creating your own notification hook requires writing a C function and > compiling it in. I'm not that keen on that approach for