http://bugzilla.spamassassin.org/show_bug.cgi?id=3828
------- Additional Comments From [EMAIL PROTECTED] 2004-11-23 15:26 -------
would this method be better.. in spamd
my $status = $spamtest->check($mail);
becomes
my $status = $spamtest->check($mail,time());
and then in M::SA::check() actually pass the start_time into the PerMsgStatus
$opts? PerMsgStatus::_get_runtime() could compare $self->{start_time} against
$self->{main}->{timeout_child} which is set via M::SA->new $opts.
if that was the case, how would i call _get_runtime() in M::SA::PMS? is there
something similar like $self->{main}, $self->{msg}, or $self->{conf} to refer to
PerMsgStatus? or do you just have to make a full call to it
M::SA::PerMsgStatus::_get_runtime() from within Razor2.pm, SPF.pm, and other
places that might need to use it?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.