https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6682

--- Comment #2 from [email protected] 2011-10-26 16:36:56 UTC ---
I have tried it using spamd command directly without embedded in Perl script.
Same behaviour.

Found the reason,  problem is the kill-command using signal "USR1" sent to the
parent process.

kill("USR1",$originalparent) if ($opt{'daemonize'});

Replacing it with "SIGTERM" solves the problem on my server, too.

So it seems it is not a Perl-dependent problem.

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to