Import p5-Mail-DeliveryStatus-BounceParser-1.532 as mail/p5-Mail-DeliveryStatus-BounceParser.
Mail::DeliveryStatus::BounceParser analyzes RFC822 bounce messages and returns a structured description of the addresses that bounced and the reason they bounced; it also returns information about the original returned message including the Message-ID. It works best with RFC1892 delivery reports, but will gamely attempt to understand any bounce message no matter what MTA generated it.
This commit is contained in:
parent
a94760d7cb
commit
843851ff78
4 changed files with 34 additions and 0 deletions
5
mail/p5-Mail-DeliveryStatus-BounceParser/DESCR
Normal file
5
mail/p5-Mail-DeliveryStatus-BounceParser/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
Mail::DeliveryStatus::BounceParser analyzes RFC822 bounce messages and returns a
|
||||
structured description of the addresses that bounced and the reason they
|
||||
bounced; it also returns information about the original returned message
|
||||
including the Message-ID. It works best with RFC1892 delivery reports, but will
|
||||
gamely attempt to understand any bounce message no matter what MTA generated it.
|
19
mail/p5-Mail-DeliveryStatus-BounceParser/Makefile
Normal file
19
mail/p5-Mail-DeliveryStatus-BounceParser/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/07/06 00:48:43 rodent Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Mail-DeliveryStatus-BounceParser-1.532
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
|
||||
|
||||
MAINTAINER= rodent@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/~mstevens/Mail-DeliveryStatus-BounceParser-1.532/lib/Mail/DeliveryStatus/BounceParser.pm
|
||||
COMMENT= Perl extension to analyze bounce messages
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-MIME-tools>=5.418:../../mail/p5-MIME-tools
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
mail/p5-Mail-DeliveryStatus-BounceParser/PLIST
Normal file
5
mail/p5-Mail-DeliveryStatus-BounceParser/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/07/06 00:48:43 rodent Exp $
|
||||
${PERL5_SUB_INSTALLVENDORLIB}/Mail/DeliveryStatus/BounceParser.pm
|
||||
${PERL5_SUB_INSTALLVENDORLIB}/Mail/DeliveryStatus/Report.pm
|
||||
${PERL5_SUB_INSTALLVENDORARCH}/auto/Mail/DeliveryStatus/BounceParser/.packlist
|
||||
${PERL5_SUB_INSTALLVENDORMAN3DIR}/Mail::DeliveryStatus::BounceParser.3
|
5
mail/p5-Mail-DeliveryStatus-BounceParser/distinfo
Normal file
5
mail/p5-Mail-DeliveryStatus-BounceParser/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/07/06 00:48:43 rodent Exp $
|
||||
|
||||
SHA1 (Mail-DeliveryStatus-BounceParser-1.532.tar.gz) = 998b604ee118462998dae1865e42b847f7b25fd8
|
||||
RMD160 (Mail-DeliveryStatus-BounceParser-1.532.tar.gz) = 01e4c273a8b5e06b3367ea3f56d2e2151ea31625
|
||||
Size (Mail-DeliveryStatus-BounceParser-1.532.tar.gz) = 205351 bytes
|
Loading…
Reference in a new issue