openbsd-ports/mail/mailscanner/patches/patch-bin_cron_check_MailScanner_cron
todd 67e704c90d import MailScanner 4.66.5-3, a virus/spam scanning framework
MailScanner is a complete e-mail security system designed for use on
e-mail gateways. It protects against viruses, and detects attacks
against e-mail client packages (such as Outlook, Outlook Express,
Eudora). It can also detect almost all unsolicited commercial e-mail
(spam) passing through it and respond to all incidents in a wide variety
of ways.

..see http://www.mailscanner.info/ for more details.

I have included a generic spam scanner that if enabled uses dspam, as an
alternative to SpamAssassin.

Thanks to Brad Smith for helping get this ready for import.  This has been
a few years in the making.
2008-02-20 03:47:18 +00:00

11 lines
433 B
Plaintext

$OpenBSD: patch-bin_cron_check_MailScanner_cron,v 1.1.1.1 2008/02/20 03:47:18 todd Exp $
--- bin/cron/check_MailScanner.cron.orig Mon Mar 20 17:48:20 2006
+++ bin/cron/check_MailScanner.cron Mon Mar 20 17:48:20 2006
@@ -16,5 +16,5 @@ fi
[ -f $LOCKFILE ] && exit 0
trap "rm -f $LOCKFILE" EXIT
touch $LOCKFILE
-/opt/MailScanner/bin/check_mailscanner -q # >/dev/null 2>&1
+%PREFIX%/bin/check_MailScanner -q # >/dev/null 2>&1
exit 0