diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-01-14 12:26:05 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-01-14 12:26:05 +0800 |
commit | 246cd45e3ca9ccbeee7faf104bb707b1350a09ef (patch) | |
tree | 2b83d23d611a0e9198776393c9a12a0e964e0a54 /mail/Makefile | |
parent | 9febc073998132d1f2a88be42e8aa5b15b295939 (diff) | |
download | freebsd-ports-gnome-246cd45e3ca9ccbeee7faf104bb707b1350a09ef.tar.gz freebsd-ports-gnome-246cd45e3ca9ccbeee7faf104bb707b1350a09ef.tar.zst freebsd-ports-gnome-246cd45e3ca9ccbeee7faf104bb707b1350a09ef.zip |
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>
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index e421c3518c9b..4c41df010465 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -591,6 +591,7 @@ SUBDIR += rubygem-actionmailer SUBDIR += rubygem-mailfactory SUBDIR += rubygem-tmail + SUBDIR += sa-utils SUBDIR += sccmilter SUBDIR += scmail SUBDIR += sendmail |