summaryrefslogtreecommitdiff
path: root/mail/noattach
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2002-02-12 05:14:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2002-02-12 05:14:57 +0000
commitcc66bd758b7afec0de8114d3f74a08d3571d3760 (patch)
treed0577767f7fb3a6e579776b958198f1cfc8da2d4 /mail/noattach
parentThese are GNOME components more than anything else, so track the version (diff)
- Update to noattach-1.0beta8
PR: 34852 Submitted by: oli@isnic.is
Notes
Notes: svn path=/head/; revision=54588
Diffstat (limited to 'mail/noattach')
-rw-r--r--mail/noattach/Makefile2
-rw-r--r--mail/noattach/distinfo2
-rw-r--r--mail/noattach/pkg-descr2
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/noattach/Makefile b/mail/noattach/Makefile
index 5073dab1a482..44b6ad607a5d 100644
--- a/mail/noattach/Makefile
+++ b/mail/noattach/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= noattach
-PORTVERSION= 1.0beta7
+PORTVERSION= 1.0beta8
CATEGORIES= mail
MASTER_SITES= ftp://ftp.rhnet.is/pub/noattach/
diff --git a/mail/noattach/distinfo b/mail/noattach/distinfo
index f6dabd087aa9..9f22472788f5 100644
--- a/mail/noattach/distinfo
+++ b/mail/noattach/distinfo
@@ -1 +1 @@
-MD5 (noattach-1.0beta7.tar.gz) = 694cc2c602a3a161af096f766142ef2b
+MD5 (noattach-1.0beta8.tar.gz) = 7009128976dd800d1669f5078ad18ad2
diff --git a/mail/noattach/pkg-descr b/mail/noattach/pkg-descr
index b2448c849c02..69282ca4f5ec 100644
--- a/mail/noattach/pkg-descr
+++ b/mail/noattach/pkg-descr
@@ -2,7 +2,7 @@ There really isn't much to say, noattach is a milter that parses the body
of email messages from sendmail and checks if the filename of attachments
matches one of the regular expressions in a given pattern file and rejects
those emails that match.
-Filenames are MIME decoded if needed.
+Filenames are rfc2047 or rfc2231 decoded if needed.
This program needs sendmail version 8.12.1 or newer to be compiled with
libsm and libmilter.