update to 4.75.11, tested by brad and sthen@ for nearly a week now, from brad

This commit is contained in:
todd 2009-04-08 22:29:24 +00:00
parent e6cefdff9e
commit 2c01ec6bc6
9 changed files with 80 additions and 61 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.12 2009/01/28 15:16:17 sthen Exp $
# $OpenBSD: Makefile,v 1.13 2009/04/08 22:29:24 todd Exp $
COMMENT= virus/spam scanning framework
V= 4.74
Vs= 16
V= 4.75
Vs= 11
Vss= ${Vs}-1
CATEGORIES= mail
MASTER_SITES= http://mailscanner.info/files/4/tar/
@ -50,7 +50,7 @@ do-install: install_libexec install_etc install_share install_lib install_bin
BINS= MailScanner df2mbox d2mbox update_bad_phishing_sites update_phishing_sites
BINS+= check_mailscanner clean.quarantine clean.SA.cache analyse_SpamAssassin_cache
BINS+= mailscanner_create_locks
BINS+= mailscanner_create_locks processing_messages_alert
_MS_sed_frag= _subst() { sed 's,%PREFIX%,${LOCALBASE},g;s,%SYSCONFDIR%,${SYSCONFDIR},g' \
"$$2" > ${WRKDIST}/file; \

View File

@ -1,5 +1,5 @@
MD5 (MailScanner-install-4.74.16-1.tar.gz) = hXDU8adjCoqIRpAv6+jrDg==
RMD160 (MailScanner-install-4.74.16-1.tar.gz) = TXkod37JX6e9bGQi5TnwbtCodqA=
SHA1 (MailScanner-install-4.74.16-1.tar.gz) = 821FXOd8MUuFRS1zlyjGFczbGCk=
SHA256 (MailScanner-install-4.74.16-1.tar.gz) = pXVUZTbm8sqfJsNv6Pgkts7PGuy7CFHV6XUL24yM4Jo=
SIZE (MailScanner-install-4.74.16-1.tar.gz) = 8405637
MD5 (MailScanner-install-4.75.11-1.tar.gz) = 04D/78chmAz2dT4uipsFdQ==
RMD160 (MailScanner-install-4.75.11-1.tar.gz) = /XWOvGiRn7AKJimmViu7nsY9l2A=
SHA1 (MailScanner-install-4.75.11-1.tar.gz) = wkk6FN386BoQTLVEiAcG3DESrQE=
SHA256 (MailScanner-install-4.75.11-1.tar.gz) = GMedEXDWgJG8guSAN0QN2dt4ga2T37dkPViBZiV4FvI=
SIZE (MailScanner-install-4.75.11-1.tar.gz) = 8429830

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-bin_MailScanner,v 1.6 2009/01/28 15:16:17 sthen Exp $
--- bin/MailScanner.orig Thu Jan 8 14:11:44 2009
+++ bin/MailScanner Sun Jan 11 13:34:41 2009
$OpenBSD: patch-bin_MailScanner,v 1.7 2009/04/08 22:29:24 todd Exp $
--- bin/MailScanner.orig Wed Apr 1 12:07:08 2009
+++ bin/MailScanner Wed Apr 1 18:15:30 2009
@@ -1,4 +1,4 @@
-#!/usr/bin/perl -I/opt/MailScanner/lib
+#!/usr/bin/perl -I%PREFIX%/lib/MailScanner
@ -16,7 +16,7 @@ $OpenBSD: patch-bin_MailScanner,v 1.6 2009/01/28 15:16:17 sthen Exp $
unshift @INC, $path;
}
@@ -179,8 +179,6 @@ if ($Versions) {
@@ -183,8 +183,6 @@ if ($Versions) {
my($module, $s, $v, $m);
printf("Running on\n%s", `uname -a`);
@ -25,7 +25,7 @@ $OpenBSD: patch-bin_MailScanner,v 1.6 2009/01/28 15:16:17 sthen Exp $
printf("This is Perl version %f (%vd)\n", $], $^V);
print "\nThis is MailScanner version " . $MailScanner::Config::MailScannerVersion . "\n";
print "Module versions are:\n";
@@ -207,9 +205,10 @@ $Debug = 1 if $DebugSpamAssassin;
@@ -211,9 +209,10 @@ $Debug = 1 if $DebugSpamAssassin;
# Check version of MIME-tools against its requirements
my $error = 0;
@ -37,7 +37,7 @@ $OpenBSD: patch-bin_MailScanner,v 1.6 2009/01/28 15:16:17 sthen Exp $
print STDERR "\n\n**** ERROR: You must upgrade your perl IO module to at least\n**** ERROR: version 1.2301 or MailScanner will not work!\n\n";
$error = 1;
}
@@ -250,7 +249,7 @@ if ($WantLintOnly || $WantLintLiteOnly) {
@@ -254,7 +253,7 @@ if ($WantLintOnly || $WantLintLiteOnly) {
# Find the mailscanner.conf file, with a default just in case.
my $ConfFile = $ARGV[0];
# Use the default if we couldn't find theirs. Will save a lot of grief.
@ -45,17 +45,17 @@ $OpenBSD: patch-bin_MailScanner,v 1.6 2009/01/28 15:16:17 sthen Exp $
+$ConfFile = '%SYSCONFDIR%/MailScanner/MailScanner.conf' if $ConfFile eq "" ||
!(-f $ConfFile);
# Check the MailScanner version number against what is in MailScanner.conf
@@ -295,7 +294,7 @@ if (MailScanner::Config::QuickPeek($ConfFile, 'virussc
# Do they just want a dump of the processing-database table?
@@ -309,7 +308,7 @@ if (MailScanner::Config::QuickPeek($ConfFile, 'virussc
Currently you are using no virus scanners.
This is probably not what you want.
-In your /opt/MailScanner/etc/MailScanner.conf file, set
+In your %SYSCONFDIR%/MailScanner.conf file, set
+In your %SYSCONFDIR%/MailScanner/MailScanner.conf file, set
Virus Scanners = clamav
Then download
http://www.sng.ecs.soton.ac.uk/mailscanner/files/4/install-Clam-SA.tar.gz
@@ -382,7 +381,7 @@ if ($WantLintOnly || $WantLintLiteOnly) {
@@ -396,7 +395,7 @@ if ($WantLintOnly || $WantLintLiteOnly) {
}
my $cluid = MailScanner::Config::QuickPeek($ConfFile, 'runasuser');
my $clgid = MailScanner::Config::QuickPeek($ConfFile, 'runasgroup');
@ -64,7 +64,7 @@ $OpenBSD: patch-bin_MailScanner,v 1.6 2009/01/28 15:16:17 sthen Exp $
print STDERR "Error: Attempt to create locks in $lockdir failed!\n"
if ($clr>>8) != 0;
@@ -675,7 +674,7 @@ if ($locksdir eq "" || $locksdir =~ /tmp$/i) {
@@ -691,7 +690,7 @@ if ($locksdir eq "" || $locksdir =~ /tmp$/i) {
print STDERR "Please move your \"Lockfile Dir\" setting in MailScanner.conf.\n";
print STDERR "It should point outside /tmp, preferably /var/spool/MailScanner/incoming/Locks\n";
}

View File

@ -0,0 +1,18 @@
$OpenBSD: patch-bin_processing_messages_alert,v 1.1 2009/04/08 22:29:24 todd Exp $
--- bin/processing_messages_alert.orig Wed Apr 1 18:09:59 2009
+++ bin/processing_messages_alert Wed Apr 1 18:14:53 2009
@@ -1,10 +1,10 @@
#!/bin/sh
-noticesfrom=`perl -n -e 'print "$_" if chomp && s/^\s*Notices\s*From\s*=\s*([^\s#]+).*$/$1/' /opt/MailScanner/etc/MailScanner.conf`
-localpostmaster=`perl -n -e 'print "$_" if chomp && s/^\s*Local\s*Postmaster\s*=\s*([^\s#]+).*$/$1/' /opt/MailScanner/etc/MailScanner.conf`
-noticesto=`perl -n -e 'print "$_" if chomp && s/^\s*Notices\s*To\s*=\s*([^\s#]+).*$/$1/' /opt/MailScanner/etc/MailScanner.conf`
+noticesfrom=`perl -n -e 'print "$_" if chomp && s/^\s*Notices\s*From\s*=\s*([^\s#]+).*$/$1/' %SYSCONFDIR%/MailScanner/MailScanner.conf`
+localpostmaster=`perl -n -e 'print "$_" if chomp && s/^\s*Local\s*Postmaster\s*=\s*([^\s#]+).*$/$1/' %SYSCONFDIR%/MailScanner/MailScanner.conf`
+noticesto=`perl -n -e 'print "$_" if chomp && s/^\s*Notices\s*To\s*=\s*([^\s#]+).*$/$1/' %SYSCONFDIR%/MailScanner/MailScanner.conf`
-alert=`/opt/MailScanner/bin/MailScanner --processing`
+alert=`%PREFIX%/bin/MailScanner --processing`
if [ \! "x$alert" = "x" ]; then
#cat <<EOM

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
--- etc/MailScanner.conf.orig Thu Jan 8 09:11:44 2009
+++ etc/MailScanner.conf Sat Jan 10 21:16:03 2009
$OpenBSD: patch-etc_MailScanner_conf,v 1.7 2009/04/08 22:29:24 todd Exp $
--- etc/MailScanner.conf.orig Wed Apr 1 12:07:08 2009
+++ etc/MailScanner.conf Wed Apr 1 17:45:47 2009
@@ -72,17 +72,17 @@
%web-site% = www.your-organisation.com
@ -64,7 +64,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
#
# Incoming Work Dir Settings
@@ -375,7 +377,7 @@ Deliver Unparsable TNEF = no
@@ -388,7 +390,7 @@ Deliver Unparsable TNEF = no
# may be. It helps protect against Denial Of Service attacks in TNEF files.
# This can also be the filename of a ruleset.
#TNEF Expander = internal
@ -73,7 +73,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# The maximum length of time the TNEF Expander is allowed to run for 1 message.
# (in seconds)
@@ -395,7 +397,7 @@ File Timeout = 20
@@ -408,7 +410,7 @@ File Timeout = 20
# This is used for expanding .gz files.
# To disable gzipped file checking, set this value to blank
# and the timeout to 0.
@ -82,7 +82,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# The maximum length of time the "gunzip" command is allowed to run to expand
# 1 attachment file (in seconds).
@@ -411,7 +413,7 @@ Gunzip Timeout = 50
@@ -424,7 +426,7 @@ Gunzip Timeout = 50
# scanner, with one exception:
# If using the clavavmodule virus scanner, this adds external RAR checking
# to that scanner which is needed for archives which are RAR version 3.
@ -91,7 +91,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# The maximum length of time the "unrar" command is allowed to run for 1
# RAR archive (in seconds)
@@ -503,7 +505,7 @@ Add Text Of Doc = no
@@ -528,7 +530,7 @@ Add Text Of Doc = no
# Using a ruleset here, you could have different output styles for
# different people.
# This can also be the filename of a ruleset.
@ -100,7 +100,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# The maximum length of time the "antiword" command is allowed to run for 1
# Word document (in seconds)
@@ -588,7 +590,7 @@ Virus Scanning = yes
@@ -613,7 +615,7 @@ Virus Scanning = yes
# want none, then specify "none".
#
# This *cannot* be the filename of a ruleset.
@ -109,7 +109,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# The maximum length of time the commercial virus scanner is allowed to run
# for 1 batch of messages (in seconds).
@@ -716,19 +718,19 @@ Allowed Sophos Error Messages =
@@ -741,19 +743,19 @@ Allowed Sophos Error Messages =
# The directory (or a link to it) containing all the Sophos *.ide files.
# This is only used by the "sophossavi" virus scanner, and is irrelevant
# for all other scanners.
@ -132,7 +132,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
#
# Options specific to ClamAV Anti-Virus
@@ -739,7 +741,7 @@ Monitors For Sophos Updates = /opt/sophos-av/lib/sav/*
@@ -764,7 +766,7 @@ Monitors For Sophos Updates = /opt/sophos-av/lib/sav/*
# detect when a ClamAV update has happened.
# This is only used by the "clamavmodule" virus scanner, not the "clamav"
# scanner setting.
@ -141,7 +141,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# ClamAVModule only: set limits when scanning for viruses.
#
@@ -1366,7 +1368,7 @@ Sign Messages Already Processed = no
@@ -1406,7 +1408,7 @@ Sign Messages Already Processed = no
# Add the "Inline HTML Signature" or "Inline Text Signature" to the end
# of uninfected messages?
# This can also be the filename of a ruleset.
@ -150,7 +150,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# If you are using HTML signatures, you can embed an image in the signature.
# For the filename(s) of the image, see the settings "Signature Image
@@ -1486,7 +1488,7 @@ Deliver Cleaned Messages = yes
@@ -1534,7 +1536,7 @@ Deliver Cleaned Messages = yes
# Do you want to notify the people who sent you messages containing
# viruses or badly-named filenames?
# This can also be the filename of a ruleset.
@ -159,7 +159,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# *If* "Notify Senders" is set to yes, do you want to notify people
# who sent you messages containing viruses?
@@ -1548,7 +1550,7 @@ Scanned Subject Text = {Scanned}
@@ -1596,7 +1598,7 @@ Scanned Subject Text = {Scanned}
# end = Add text to the end of the subject line.
# This makes filtering in Outlook very easy.
# This can also be the filename of a ruleset.
@ -168,7 +168,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# This is the text to add to the start of the subject if the
# "Virus Modify Subject" option is set.
@@ -1564,7 +1566,7 @@ Virus Subject Text = {Virus?}
@@ -1612,7 +1614,7 @@ Virus Subject Text = {Virus?}
# end = Add text to the end of the subject line.
# This makes filtering in Outlook very easy.
# This can also be the filename of a ruleset.
@ -177,7 +177,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# This is the text to add to the start of the subject if the
# "Filename Modify Subject" option is set.
@@ -1582,7 +1584,7 @@ Filename Subject Text = {Filename?}
@@ -1630,7 +1632,7 @@ Filename Subject Text = {Filename?}
# end = Add text to the end of the subject line.
# This makes filtering in Outlook very easy.
# This can also be the filename of a ruleset.
@ -186,7 +186,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# This is the text to add to the start of the subject if the
# "Content Modify Subject" option is set.
@@ -1601,7 +1603,7 @@ Content Subject Text = {Dangerous Content?}
@@ -1649,7 +1651,7 @@ Content Subject Text = {Dangerous Content?}
# end = Add text to the end of the subject line.
# This makes filtering in Outlook very easy.
# This can also be the filename of a ruleset.
@ -195,7 +195,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# This is the text to add to the start of the subject if the
# "Size Modify Subject" option is set.
@@ -1620,7 +1622,7 @@ Size Subject Text = {Size}
@@ -1668,7 +1670,7 @@ Size Subject Text = {Size}
# yes = Add text to the start of the subject line, or
# end = Add text to the end of the subject line.
# This can also be the filename of a ruleset.
@ -204,7 +204,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# This is the text to add to the start of the subject if the
# "Disarmed Modify Subject" option is set.
@@ -1650,7 +1652,7 @@ Phishing Subject Text = {Fraud?}
@@ -1698,7 +1700,7 @@ Phishing Subject Text = {Fraud?}
# end = Add text to the end of the subject line.
# This makes filtering in Outlook very easy.
# This can also be the filename of a ruleset.
@ -213,7 +213,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# This is the text to add to the start of the subject if the
# "Spam Modify Subject" option is set.
@@ -1670,7 +1672,7 @@ Spam Subject Text = {Spam?}
@@ -1718,7 +1720,7 @@ Spam Subject Text = {Spam?}
# yes = Add text to the start of the subject line, or
# end = Add text to the end of the subject line.
# This can also be the filename of a ruleset.
@ -222,7 +222,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# This is just like the "Spam Subject Text" option above, except that
# it applies when the score from SpamAssassin is higher than the
@@ -1760,7 +1762,7 @@ Missing Mail Archive Is = directory
@@ -1808,7 +1810,7 @@ Missing Mail Archive Is = directory
# Notify the local system administrators ("Notices To") when any infections
# are found?
# This can also be the filename of a ruleset.
@ -231,7 +231,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# Include the full headers of each message in the notices sent to the local
# system administrators?
@@ -1815,7 +1817,7 @@ Virus Scanner Definitions = %etc-dir%/virus.scanners.c
@@ -1863,7 +1865,7 @@ Virus Scanner Definitions = %etc-dir%/virus.scanners.c
# If you want to just disable the "Spam List" feature then set
# "Spam List =" (i.e. an empty list) in the setting below.
# This can also be the filename of a ruleset.
@ -240,7 +240,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# This is the list of spam blacklists (RBLs) which you are using.
# See the "Spam List Definitions" file for more information about what
@@ -1994,7 +1996,7 @@ Watermark Header = X-%org-name%-MailScanner-Watermark:
@@ -2045,7 +2047,7 @@ Watermark Header = X-%org-name%-MailScanner-Watermark:
# Do you want to find spam using the "SpamAssassin" package?
# This can also be the filename of a ruleset.
@ -249,7 +249,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# SpamAssassin is not very fast when scanning huge messages, so messages
# bigger than this value will be truncated to this length for SpamAssassin
@@ -2091,7 +2093,7 @@ Include Binary Attachments In SpamAssassin = no
@@ -2142,7 +2144,7 @@ Include Binary Attachments In SpamAssassin = no
# whatever SpamAssassin threshold they want. For example, they just look
# for "sssss" for every message whose score is > 5, for example.
# This can also be the filename of a ruleset.
@ -258,7 +258,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
# Many naive spammers send out the same message to lots of people.
# These messages are very likely to have roughly the same SpamAssassin score.
@@ -2536,14 +2538,14 @@ SpamAssassin Install Prefix =
@@ -2594,14 +2596,14 @@ SpamAssassin Install Prefix =
SpamAssassin Site Rules Dir = /etc/mail/spamassassin
# The site-local rules are searched for here, and in prefix/etc/spamassassin,
@ -275,7 +275,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
SpamAssassin Local Rules Dir =
# The rules created by the "sa-update" tool are searched for here.
@@ -2557,10 +2559,10 @@ SpamAssassin Local Rules Dir =
@@ -2615,10 +2617,10 @@ SpamAssassin Local Rules Dir =
SpamAssassin Local State Dir = # /var/lib/spamassassin
# The default rules are searched for here, and in prefix/share/spamassassin,
@ -288,7 +288,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
SpamAssassin Default Rules Dir =
#
@@ -2593,9 +2595,9 @@ MCP Actions = deliver
@@ -2651,9 +2653,9 @@ MCP Actions = deliver
High Scoring MCP Actions = deliver
Bounce MCP As Attachment = no
@ -300,7 +300,7 @@ $OpenBSD: patch-etc_MailScanner_conf,v 1.6 2009/01/28 15:16:17 sthen Exp $
High Scoring MCP Subject Text = {MCP?}
Is Definitely MCP = no
@@ -2758,7 +2760,7 @@ Lockfile Dir = /var/spool/MailScanner/incoming/Locks
@@ -2816,7 +2818,7 @@ Lockfile Dir = /var/spool/MailScanner/incoming/Locks
# directory should be over-written by the installation or upgrade process.
# All files starting with "." or ending with ".rpmnew" will be ignored,
# all other files will be compiled and may be used with Custom Functions.

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_MailScanner_ConfigDefs_pl,v 1.5 2008/11/07 02:33:58 brad Exp $
--- lib/MailScanner/ConfigDefs.pl.orig Wed Aug 20 11:22:39 2008
+++ lib/MailScanner/ConfigDefs.pl Thu Sep 4 00:53:09 2008
@@ -340,8 +340,8 @@ qmailintdhashnumber 1
$OpenBSD: patch-lib_MailScanner_ConfigDefs_pl,v 1.6 2009/04/08 22:29:24 todd Exp $
--- lib/MailScanner/ConfigDefs.pl.orig Wed Apr 1 12:07:05 2009
+++ lib/MailScanner/ConfigDefs.pl Wed Apr 1 17:45:47 2009
@@ -354,8 +354,8 @@ qmailintdhashnumber 1
# filename containing a list of directories.
[Simple,Other]
cachetiming 1800,300,10800,172800,600
@ -12,7 +12,7 @@ $OpenBSD: patch-lib_MailScanner_ConfigDefs_pl,v 1.5 2008/11/07 02:33:58 brad Exp
FileCommand /usr/bin/file
FirstCheck mcp
GunzipCommand /bin/gunzip
@@ -363,7 +363,7 @@ QuarantinePerms 0600
@@ -378,7 +378,7 @@ QuarantinePerms 0600
RunAsUser 0
RunAsGroup 0
SACache /var/spool/MailScanner/incoming/SpamAssassin.cache.db

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_MailScanner_Message_pm,v 1.5 2008/11/07 02:33:58 brad Exp $
--- lib/MailScanner/Message.pm.orig Mon Oct 27 07:31:59 2008
+++ lib/MailScanner/Message.pm Thu Nov 6 20:24:55 2008
@@ -680,12 +680,19 @@ sub IsSpam {
$OpenBSD: patch-lib_MailScanner_Message_pm,v 1.6 2009/04/08 22:29:24 todd Exp $
--- lib/MailScanner/Message.pm.orig Thu Mar 12 11:37:44 2009
+++ lib/MailScanner/Message.pm Wed Apr 1 17:45:47 2009
@@ -694,12 +694,19 @@ sub IsSpam {
# rblspamheader is useful start to spamreport if RBLsaysspam.
# Do the Custom Spam Checker

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-lib_mcafee-autoupdate,v 1.1.1.1 2008/02/20 03:47:18 todd Exp $
--- lib/mcafee-autoupdate.orig Mon Mar 20 17:48:20 2006
+++ lib/mcafee-autoupdate Mon Mar 20 17:48:20 2006
$OpenBSD: patch-lib_mcafee-autoupdate,v 1.2 2009/04/08 22:29:24 todd Exp $
--- lib/mcafee-autoupdate.orig Wed Mar 18 14:20:37 2009
+++ lib/mcafee-autoupdate Wed Apr 1 17:46:41 2009
@@ -20,7 +20,7 @@
# defaults
OPTS=""
OPTS="-d"
-PREFIX=/opt/uvscan
+PREFIX=%PREFIX%/uvscan
FTPDIR=http://download.nai.com/products/datfiles/4.x/nai

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.5 2009/01/28 15:16:17 sthen Exp $
@comment $OpenBSD: PLIST,v 1.6 2009/04/08 22:29:24 todd Exp $
@conflict clamav-<0.94
bin/MailScanner
bin/analyse_SpamAssassin_cache
@ -8,6 +8,7 @@ bin/clean.quarantine
bin/d2mbox
bin/df2mbox
bin/mailscanner_create_locks
bin/processing_messages_alert
bin/update_bad_phishing_sites
bin/update_phishing_sites
lib/MailScanner/