diff options
author | kim <kim@pkgsrc.org> | 2003-06-08 16:01:24 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2003-06-08 16:01:24 +0000 |
commit | 90f42688997f6478d78441d438c4bfb9ecaee0ae (patch) | |
tree | 1300d91e50964d2a1edf01e6abad534e8e4ffeef /mail/anomy-sanitizer/Makefile | |
parent | d0cad21edffc22c427210580986808e0909e8f1f (diff) | |
download | pkgsrc-90f42688997f6478d78441d438c4bfb9ecaee0ae.tar.gz |
Upgrade to 1.60:
Minor update to MIME type checking rules, to allow more legal MIME
types.
Made the multipart detection code less aggressive, in small text
messages it would mistake common ascii-graphic signatures for message
boundaries and mess up the parsing quite badly.
Made the filename checker check ALL possible file names against
each rule, instead of just checking the "default" one. If
feat_mime_files is set, then the default file-name for that mime
type will be checked as well. This is a major improvement to
security, but requires that filename rules are ordered so that
that all DROP/DEFANG/MANGLE rules precede any ACCEPT rules.
Made the sanitizer read /etc/mime.types (if it exists) to generate a
more complete list of default filenames for unnamed parts.
Diffstat (limited to 'mail/anomy-sanitizer/Makefile')
-rw-r--r-- | mail/anomy-sanitizer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/anomy-sanitizer/Makefile b/mail/anomy-sanitizer/Makefile index 378528aa59b..5467071d93b 100644 --- a/mail/anomy-sanitizer/Makefile +++ b/mail/anomy-sanitizer/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2003/05/16 23:18:46 kim Exp $ +# $NetBSD: Makefile,v 1.6 2003/06/08 16:01:24 kim Exp $ # -DISTNAME= anomy-sanitizer-1.59 +DISTNAME= anomy-sanitizer-1.60 WRKSRC= ${WRKDIR}/anomy CATEGORIES= mail MASTER_SITES= http://mailtools.anomy.net/dist/ |