You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@spamassassin.apache.org on 2021/08/02 07:35:35 UTC

[Bug 7920] New: sa-update fails since 28-07-2021 on do_body_eval_test

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: dev@spamassassin.apache.org
          Reporter: beheer@ncsc.nl
  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.

[Bug 7920] sa-update fails since 28-07-2021 on do_body_eval_test

Posted by bu...@spamassassin.apache.org.
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7920

Kevin A. McGrail <km...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
                 CC|                            |kmcgrail@apache.org
             Status|NEW                         |RESOLVED

--- Comment #1 from Kevin A. McGrail <km...@apache.org> ---
Thanks for the detailed report.  We are aware of the issue and it's been
"fixed" but the automated system for publishing rules is being temperamental.
-KAM

*** This bug has been marked as a duplicate of bug 7917 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.