You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2005/02/14 13:59:27 UTC

[Bug 3900] Spamd respawns children as root user.

http://bugzilla.spamassassin.org/show_bug.cgi?id=3900





------- Additional Comments From mic@strg.at  2005-02-14 04:59 -------
The quick fix patch from Ryan O'Neill works for me (FreeBSD-5.3-RELEASE-p2,
perl-5.6.2, spamassassin-3.0.2):

# pstree|grep spamd
 | |-+= 25251 spamd /usr/local/bin/spamd -A
127.0.0.1,xxx.xxx.xxx.xxx,xxx.xxx.xxx.xxx -i xxx.xxx.xxx.xxx -m 5 -u spamd -x -q
-c -d -r /var/run/spamd/spamd.pid
--siteconfigpath=/usr/local/etc/mail/spamassassin (perl5.6.2)
 | | |--- 25254 spamd spamd child (perl5.6.2)
 | | |--- 25255 spamd spamd child (perl5.6.2)
 | | |--- 25256 spamd spamd child (perl5.6.2)
 | | |--- 25257 spamd spamd child (perl5.6.2)
 | | \--- 25258 spamd spamd child (perl5.6.2)

Thx, mic



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.