openbsd-ports/mail/mailscanner/patches/patch-bin_update_virus_scanners
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

12 lines
392 B
Plaintext

$OpenBSD: patch-bin_update_virus_scanners,v 1.1.1.1 2008/02/20 03:47:18 todd Exp $
--- bin/update_virus_scanners.orig Fri Jun 22 08:57:23 2007
+++ bin/update_virus_scanners Sun Aug 5 04:03:25 2007
@@ -1,6 +1,6 @@
#!/bin/sh
-SCANNERSCONF=/opt/MailScanner/etc/virus.scanners.conf
+SCANNERSCONF=%SYSCONFDIR%/MailScanner/virus.scanners.conf
Disabled=no
if [ "x$Disabled" = "xyes" ]; then