https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7920
Bug ID: 7920
Summary: sa-update fails since 28-07-2021 on do_body_eval_test
Product: Spamassassin
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: sa-update
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
Hello,
Since 28-07-2021 sa-update fails to update.
error message
"rules: failed to run URI_HOST_IN_BLOCKLIST test, skipping:
(Can't locate object method "check_uri_host_in_blacklist" via package
"Mail::SpamAssassin::PerMsgStatus" at (eval 2008) line 394.
)
rules: failed to run URI_HOST_IN_WELCOMELIST test, skipping:
(Can't locate object method "check_uri_host_in_whitelist" via package
"Mail::SpamAssassin::PerMsgStatus" at (eval 2008) line 1489.
)
channel: lint check of update failed, channel failed"
After a sa-update -D -v we saw that this error came after the
do_body_eval_test.
Workarround is to # the next lines in the Check.pm and run the sa-update again.
"$self->do_body_eval_tests($pms, $priority, $decoded);
$pms->harvest_completed_queries();
last if $pms->{deadline_exceeded};"
Please check/advice. Thank you in advance.
Greetings, Nick
--
You are receiving this mail because:
You are the assignee for the bug.