Bug 142465 - [new port] mail/sa-utils -- periodic script for maintaining spamAssassin rulesets.
Summary: [new port] mail/sa-utils -- periodic script for maintaining spamAssassin rule...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 10:20 UTC by Matthew Seaman
Modified: 2010-01-14 04:30 UTC (History)
0 users

See Also:


Attachments
sa-utils.shar (6.50 KB, text/plain)
2010-01-08 10:20 UTC, Matthew Seaman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Seaman 2010-01-08 10:20:00 UTC
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.
Comment 1 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-13 01:12:39 UTC
Responsible Changed
From-To: freebsd-ports-bugs->pgollucci

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-01-14 04:26:14 UTC
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"
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2010-01-14 04:27:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!