diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-12 05:14:57 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-02-12 05:14:57 +0000 |
commit | cc66bd758b7afec0de8114d3f74a08d3571d3760 (patch) | |
tree | d0577767f7fb3a6e579776b958198f1cfc8da2d4 /mail/noattach | |
parent | 901e22aeeb228a59d532cfe6773b3ff5007f8a56 (diff) | |
download | ports-cc66bd758b7afec0de8114d3f74a08d3571d3760.tar.gz ports-cc66bd758b7afec0de8114d3f74a08d3571d3760.zip |
Notes
Diffstat (limited to 'mail/noattach')
-rw-r--r-- | mail/noattach/Makefile | 2 | ||||
-rw-r--r-- | mail/noattach/distinfo | 2 | ||||
-rw-r--r-- | mail/noattach/pkg-descr | 2 |
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. |