diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-02-12 05:14:57 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-02-12 05:14:57 +0000 |
commit | 6a01398d6cc85ac744692035ebd065efbb613fd6 (patch) | |
tree | c9479a552c160f60a8c923df134e68fdc221042c /mail | |
parent | 307601f2a0f5f0f5ead1d8f5dd2b363800db8fe0 (diff) | |
download | FreeBSD-ports-6a01398d6cc85ac744692035ebd065efbb613fd6.zip FreeBSD-ports-6a01398d6cc85ac744692035ebd065efbb613fd6.tar.gz |
- Update to noattach-1.0beta8
PR: 34852
Submitted by: oli@isnic.is
Diffstat (limited to 'mail')
-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 5073dab..44b6ad6 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 f6dabd0..9f22472 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 b2448c8..69282ca 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. |