http://bugzilla.spamassassin.org/show_bug.cgi?id=3828
------- Additional Comments From [EMAIL PROTECTED] 2004-11-18 09:41 ------- Should we be using this module or do the equivalent in our code? http://search.cpan.org/~lbaxter/Sys-SigAction/lib/Sys/SigAction.pm >From that page: [after some discussion of the different things implemented in different version of perl] "Since sigaction() is not fully functional in perl versions less than 5.8, this module implements equivalent behavior using the standard %SIG array. The version checking and implementation of the 'right' code is handled by this module, so the user does not have to write perl version dependant code. The attrs hashref argument to set_sig_handler() is silently ignored, in perl versions less than 5.8. This module has been tested with perls as old as 5.005 on solaris. It is hoped that with the use of this module, your signal handling behavior can be coded in a way that does not change from one perl version to the next, and that it makes using sigaction() a little easier." ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
