http://bugzilla.spamassassin.org/show_bug.cgi?id=3828
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2520 is|0 |1
obsolete| |
Attachment #2526 is|0 |1
obsolete| |
------- Additional Comments From [EMAIL PROTECTED] 2004-12-07 19:21 -------
Created an attachment (id=2553)
--> (http://bugzilla.spamassassin.org/attachment.cgi?id=2553&action=view)
patch using sigaction and/or %SIG as appropriate
ok, this patch:
- uses POSIX::sigaction on perl > 5.8.0, and %SIG on earlier perls, so covers
all versions
- handles saving "higher-level" alarms in the lesser alarms, internally, so the
higher-level alarm keeps running after they're completed
- fixes some minor things; e.g. all the stuff that looks at $@ should really
save a copy of that before calling other functions, in case future perl
versions change the semantics of $@ to be more like errno
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.