Mailing List Archive

[Bug 8122] For more than 15 days I've been getting "no fresh updates were available"
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8122

--- Comment #3 from Benny Pedersen <me@junc.eu> ---
Exit Status 9 is not zero for do-nightly-rescore-example.sh

=== tail of ~automc/tmp/do-stable-update-with-scores.log ===
HAM: 359282 (100000 required)
+ echo 'SPAM: 5105 (60000 required)'
SPAM: 5105 (60000 required)
+ [[ 359282 -lt 100000 ]]
+ [[ 5105 -lt 60000 ]]
+ echo 'Insufficient spam corpus to generate scores; aborting.'
Insufficient spam corpus to generate scores; aborting.
+ exit 9
+ RV=9
+ '[' 9 -ne 0 ']'
+ echo 'Exit Status 9 is not zero for do-nightly-rescore-example'
Exit Status 9 is not zero for do-nightly-rescore-example
+ echo 'From: noreply@spamassassin.apache.org (automc Cron)'
+ echo 'Subject: [auto] do-nightly-rescore-example return code 9'
+ echo ''
+ echo 'Exit Status 9 is not zero for do-nightly-rescore-example.sh'
+ echo ''
+ echo '=== tail of ~automc/tmp/do-stable-update-with-scores.log ==='
+ tail -20 /usr/local/spamassassin/automc/tmp/do-stable-update-with-scores.log
+ /usr/sbin/sendmail -oi ruleqa@spamassassin.apache.org

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