On 04/14/2018 07:21 PM, Dave Warren wrote:
On 2018-04-13 10:59, Dave Jones wrote:
Those that are running an SA update mirror, can you look at your rsync logs the past couple of days and see if there is only one set of rulesets being pulled?  This is for BZ 7575:

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7575

1829042.tar.gz was first loaded:
Date: Fri, 13 Apr 2018 02:35:56 -0600 (MDT)
Size: 214,407 bytes
https://mirrors.razx.cloud/sa-update-backup/1829042.tar.gz

1829042.tar.gz was updated:
Date: Fri, 13 Apr 2018 20:57:33 -0600 (MDT)
Size: 281,233 bytes
https://mirrors.razx.cloud/sa-update/1829042.tar.gz


I think my new logic to detect a recent masscheck (mkupdate) update worked last night so the rule promotion (run_nightly) did not publish a ruleset:


++ find /usr/local/spamassassin/automc/tmp/mkupdate-with-scores -name '*.tar.gz' -mmin -480 + RECENT=/usr/local/spamassassin/automc/tmp/mkupdate-with-scores/1829123.tar.gz + [[ -z /usr/local/spamassassin/automc/tmp/mkupdate-with-scores/1829123.tar.gz ]]
+ echo 'Recent ruleset from mkupdate-with-scores (massheck) found:'
+ ls -l /usr/local/spamassassin/automc/tmp/mkupdate-with-scores/1829123.tar.gz
Recent ruleset from mkupdate-with-scores (massheck) found:
-rw-r--r-- 1 automc automc 280273 Apr 15 02:55 /usr/local/spamassassin/automc/tmp/mkupdate-with-scores/1829123.tar.gz


However, no new ruleset was published at all last night so now I need to check out why. Heading to church in a few minutes but I will look at this problem later this afternoon.

Thanks,
Dave

Reply via email to