http://bugzilla.spamassassin.org/show_bug.cgi?id=3828
------- Additional Comments From [EMAIL PROTECTED] 2004-11-14 17:39 -------
I am getting sick of having to reboot this damn box everytime SpamD takes a
shit.
You would think that this would force everything to die, right?
kill -9 `ps -aef | grep spam | grep -v grep | awk '{print $2}'`
kill -9 `ps -aef | grep imap | grep -v grep | awk '{print $2}'`
kill -9 `ps -aef | grep exim | grep -v grep | awk '{print $2}'`
Well, it doesn't. It seems like the processes die, but "goast" processes
remain. So, even if you restart those services, the mail issues still remain.
This is so frustrating. :(
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.