summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorkim <kim>2004-12-29 18:45:49 +0000
committerkim <kim>2004-12-29 18:45:49 +0000
commit4321e53e0e371936f4eed18960b6c52c5508db7a (patch)
treeeaad1acd9fe6d11094856962bc9a4e8f9f20934f /mail
parentbf8fc20fc73fd3ec81eafa038058ab0b2f7e2096 (diff)
downloadpkgsrc-4321e53e0e371936f4eed18960b6c52c5508db7a.tar.gz
Update to anomy-sanitizer 1.69:
Added zip_policy.pl from Advosys (http://advosys.ca/) to the contrib/ directory, after being invited to do so by Derrick Webber of Advosys. Added sanitizer.procmail ruleset to contrib/, illustrating how to implement a quarantine and add custom headers to infected e-mails. Fixed priority bug in filename detection code, which would in some cases give higher priority to Content-IDs than it gave to the MIME filename attributes. Made the file-name/MIME-type sanity checks configurable (default on) via. the feat_sane_names variable. Set to 0 to disable. Added support for scripts which want to pass the name of a detected infection using the a line "Anomy-FileScan-VirusName: blah" like. This makes the following new variables available to the file replacement tempalte: %VIRUSNAME - Propogated from Anomy-FileScan-VirusName %SUMMARY - Propogated from Anomy-FileScan-Summary %DESCRIPTION - Propogated from Anomy-FileScan-Description This corrects problems, implements and expands on suggestions (posted here http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=235352) by Derrick Hudson (dman at dman13.dyndns.org).
Diffstat (limited to 'mail')
-rw-r--r--mail/anomy-sanitizer/Makefile4
-rw-r--r--mail/anomy-sanitizer/PLIST4
-rw-r--r--mail/anomy-sanitizer/distinfo6
3 files changed, 8 insertions, 6 deletions
diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile
index b36a41c3477..3d0e9089299 100644
--- a/mail/anomy-sanitizer/Makefile
+++ b/mail/anomy-sanitizer/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2004/06/06 14:58:29 mjl Exp $
+# $NetBSD: Makefile,v 1.14 2004/12/29 18:45:49 kim Exp $
#
-DISTNAME= anomy-sanitizer-1.68
+DISTNAME= anomy-sanitizer-1.69
CATEGORIES= mail
MASTER_SITES= http://mailtools.anomy.net/dist/
diff --git a/mail/anomy-sanitizer/PLIST b/mail/anomy-sanitizer/PLIST
index fb3646725e7..53bdf807716 100644
--- a/mail/anomy-sanitizer/PLIST
+++ b/mail/anomy-sanitizer/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/06/06 14:58:29 mjl Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/12/29 18:45:49 kim Exp $
lib/anomy-sanitizer/bin/Anomy/HTMLCleaner.pm
lib/anomy-sanitizer/bin/Anomy/Log.pm
lib/anomy-sanitizer/bin/Anomy/MIMEStream.pm
@@ -21,8 +21,10 @@ share/doc/anomy-sanitizer/UNICODE.TXT
share/doc/anomy-sanitizer/contrib/anomy.m4
share/doc/anomy-sanitizer/contrib/check_for_virus
share/doc/anomy-sanitizer/contrib/postfix.txt
+share/doc/anomy-sanitizer/contrib/sanitizer.procmail
share/doc/anomy-sanitizer/contrib/sendmail-m4.txt
share/doc/anomy-sanitizer/contrib/tnef2multipart.pl
+share/doc/anomy-sanitizer/contrib/zip_policy.pl
share/doc/anomy-sanitizer/contrib/zip_script
share/doc/anomy-sanitizer/sanitizer.html
@dirrm share/doc/anomy-sanitizer/contrib
diff --git a/mail/anomy-sanitizer/distinfo b/mail/anomy-sanitizer/distinfo
index 28622e6a3a4..9bb282f7b6e 100644
--- a/mail/anomy-sanitizer/distinfo
+++ b/mail/anomy-sanitizer/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2004/06/06 14:58:29 mjl Exp $
+$NetBSD: distinfo,v 1.8 2004/12/29 18:45:49 kim Exp $
-SHA1 (anomy-sanitizer-1.68.tar.gz) = 0ceba1e0155f873f9b947d664c951b98abe74f12
-Size (anomy-sanitizer-1.68.tar.gz) = 149703 bytes
+SHA1 (anomy-sanitizer-1.69.tar.gz) = c504da0144df2bbefb333beb8d3d5679dc7a749f
+Size (anomy-sanitizer-1.69.tar.gz) = 154991 bytes