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

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



------- Additional Comments From [EMAIL PROTECTED]  2004-04-26 12:02 -------
ok, I did some testing, and this works fine on my OS X machine:

% ./spamd -LD -p 5050 -r /tmp/spamd.pid
[...]
server pid: 2744

then in a different window:

% cat /tmp/spamd.pid 
2744
% ps auxw | grep spamd
felicity  2744   0.0  1.9    42832  20088  p2  S+    2:51PM   0:03.80 perl -T 
-w ./spamd -LD -p 5050 -r 
/tmp/spamd.pid
felicity  2746   0.0  0.1    42832   1572  p2  S+    2:51PM   0:00.01 perl -T 
-w ./spamd -LD -p 5050 -r 
/tmp/spamd.pid
felicity  2747   0.0  0.1    42832   1412  p2  S+    2:51PM   0:00.02 perl -T 
-w ./spamd -LD -p 5050 -r 
/tmp/spamd.pid
felicity  2748   0.0  0.1    42832   1408  p2  S+    2:51PM   0:00.01 perl -T 
-w ./spamd -LD -p 5050 -r 
/tmp/spamd.pid
felicity  2749   0.0  0.1    42832   1408  p2  S+    2:51PM   0:00.02 perl -T 
-w ./spamd -LD -p 5050 -r 
/tmp/spamd.pid
felicity  2750   0.0  0.1    42832   1404  p2  S+    2:51PM   0:00.02 perl -T 
-w ./spamd -LD -p 5050 -r 
/tmp/spamd.pid
felicity  2753   0.0  0.0     8860      8 std  R+    2:52PM   0:00.00 grep spamd
% kill 2744
% ps auxw | grep spamd
felicity  2755   0.0  0.0     8860      8 std  R+    2:52PM   0:00.00 grep spamd

% uname -a
Darwin Vorlon.local 7.3.0 Darwin Kernel Version 7.3.0: Fri Mar  5 14:22:55 PST 
2004; root:xnu/xnu
-517.3.15.obj~4/RELEASE_PPC  Power Macintosh powerpc
% perl -v

This is perl, v5.8.1-RC3 built for darwin-thread-multi-2level
(with 1 registered patch, see perl -V for more detail)
[...]


which equals out to OS X 10.3.3.


also, I ran a test where spamd was limited to 1 child, and 1 message per child 
(so it'll prefork, then the 
child dies after processing), and the initial spamd (getting the sigchld) had 
no problem.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

Reply via email to