Following the recent fun and games with the FH_DATE_PAST_20XX SpamAssassin rule and discussions on the freebsd-questions@... list, I have out together a small periodic script to do a daily check for SpamAssassin rule updates. It should be sufficiently configurable to suit the needs of most users. Thanks to: Jeremy Chadwick -- for the original script in ports/127242 that I have folded, spindled and mutilated into this RW and particularly Matt Emmerton -- for testing and coming up with some useful improvements.
Responsible Changed From-To: freebsd-ports-bugs->pgollucci I'll take it.
pgollucci 2010-01-14 04:26:05 UTC FreeBSD ports repository Modified files: mail Makefile Added files: mail/sa-utils Makefile pkg-descr mail/sa-utils/files sa-utils.in Log: Routine maintenance script for p5-Mail-SpamAssassin to run as a daily periodic job. * Check for updates to sa rules and download * Optionally use sa-compile to build a compiled set of rules * Optionally restart spamd whenever new rules are downloaded * Manage multiple update channels and GPG keys PR: ports/142465 Submitted by: Matthew Seaman <m.seaman at infracaninophile.co.uk> Revision Changes Path 1.997 +1 -0 ports/mail/Makefile 1.1 +34 -0 ports/mail/sa-utils/Makefile (new) 1.1 +169 -0 ports/mail/sa-utils/files/sa-utils.in (new) 1.1 +7 -0 ports/mail/sa-utils/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!