ANNOUNCE: Unstable 4.30.1

Bart Jan Buijs bjbuijs at DOOTALL.COM
Sat Apr 17 00:23:59 IST 2004


Hi Rick,

I think:

The first $SIG{'CHLD'} = \&Reaper; applies to children.
The $SIG{'CHLD'} = 'IGNORE' to grant-children.

I'm currently testing the following change.

$SIG{'CHLD'} = 'IGNORE'

to

$SIG{'CHLD'} = \&Reaper;

This way, cleanup for children and grant-children is handled
the same way. As there are no problems known with the reaper
code, this might fix the dying "workers".

Greetings,

Bart Jan Buijs


-----Oorspronkelijk bericht-----
Van: MailScanner mailing list [mailto:MAILSCANNER at JISCMAIL.AC.UK]Namens
Rick Cooper
Verzonden: Saturday, April 17, 2004 1:10 AM
Aan: MAILSCANNER at JISCMAIL.AC.UK
Onderwerp: Re: ANNOUNCE: Unstable 4.30.1


> -----Original Message-----
> From: MailScanner mailing list [mailto:MAILSCANNER at JISCMAIL.AC.UK]On
> Behalf Of Raymond Dijkxhoorn
> Sent: Friday, April 16, 2004 4:05 PM
> To: MAILSCANNER at JISCMAIL.AC.UK
> Subject: Re: ANNOUNCE: Unstable 4.30.1
>
>
> Hi Julian,
>
> > In which case the experiment has failed. In
> /usr/sbin/MailScanner you will
> > find a line including the word 'IGNORE' (in capitals). Please
> comment out
> > that line.
>
> Ok.
>
> > What operating system are you using?
>
> RedHat 9 one two and Fedora CORE-1 on two others where i was testing the
> beta on.
>

I think he means $SIG{'CHLD'} = 'IGNORE'; because there $SIG{'HUP'} =
'IGNORE'; before this.



More information about the MailScanner mailing list