diff options
author | tv <tv@pkgsrc.org> | 2006-03-30 04:12:20 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2006-03-30 04:12:20 +0000 |
commit | e103978775f7ac68b689c1efe15c2d6334034905 (patch) | |
tree | 9d4281246ac9e7f414894c2d8da648ef1415a221 /mail/p5-Mail-Milter/Makefile | |
parent | 792529759b850aa6227cf6c074e30e190258a2ed (diff) | |
download | pkgsrc-e103978775f7ac68b689c1efe15c2d6334034905.tar.gz |
0.07 Wed Mar 22 15:45:00 2006 UTC
- added Mail::Milter::Module::AccessDB
- Mail::Milter::Module::MailDomainDotMX needed a "use Net::DNS"
- improved Mail::Milter::Wrapper::DecodeSRS parsing to understand
Mail::SRS::Guarded munging where the original localpart
already contained an equals (=) character
- added Mail::Milter::Module::SPF
- added Mail::Milter::Module::MailFakeNull
- added Mail::Milter::Module::HeaderValidateMIME
- added method check_superdomains() to
Mail::Milter::Module::MailDomainDNSBL, allowing use of e.g.
surbl.org blacklist with MAIL FROM:<> addresses
Diffstat (limited to 'mail/p5-Mail-Milter/Makefile')
-rw-r--r-- | mail/p5-Mail-Milter/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/p5-Mail-Milter/Makefile b/mail/p5-Mail-Milter/Makefile index c5cfb60fa38..17555b303fc 100644 --- a/mail/p5-Mail-Milter/Makefile +++ b/mail/p5-Mail-Milter/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2006/03/27 17:06:01 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2006/03/30 04:12:20 tv Exp $ # -DISTNAME= Mail-Milter-0.06 +DISTNAME= Mail-Milter-0.07 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} \ ${MASTER_SITE_SOURCEFORGE:=pmilter/} |