>From: John Brooks <j...@fastquake.com> >I'm now setting up my masscheck again (it wasn't running properly before >and I didn't bother fixing it when the server went down for months). >It's just me on my mail server, and I don't get that much mail; maybe >5-10 ham/a few hundred spam per day, not counting mailing lists which I >don't include in my scans. So I was going to do weekly runs instead of >nightly.
>Would it be more useful to the project if I ran it nightly, despite the >low volume? >John Yes. Please run it nightly even if you don't have a high volume of mail or if you don't sort the ham/spam often. The current logic that I found while trying to get this rebuilt on the new server is the following: 10 minimum contributors on the latest "sa-update" tagged revision AND 150,000 ham combined minimum over the past 84 months AND 150,000 spam combined minimum over the past 2 months This is all based on the latest tagged "sa-update" in this link: https://svn.apache.org/viewvc/spamassassin/tags/?sortby=date#dirlist The rsync stage dir with the latest "sa-update"tagged version is setup shortly before 9:00 AM UTC so it works best if automasscheck-minimal.sh is cron'd to run a few minutes or so after the top of the hour. Technically it can be run anytime after 9:00 AM UTC for the next ~17 hours but if we could get enough to run in that first hour, we could potentially speed up the sa-update process quite a bit without having to wait most of the day like it does now. P.S. Based on some documentation I saw on the wiki, I have been moving ham and spam older than 90 days into an archive folder. But now that I see the ham goes back 7 years, I guess I need to keep my ham in my masscheck ham folder longer. Dave