Mail::Verp encodes the address of an email recipient into the envelope sender

address so that a bounce can be more easily handled even if the original
recipient is forwarding their mail to another address and the remote Mail
Transport Agents send back unhelpful bounce messages. The module must also be
used to decode bounce recipient addresses.

PR:		ports/101282
Submitted by:	Vivek Khera <vivek(at)khera.org>
Approved by:	krion (mentor)
This commit is contained in:
Martin Wilke 2006-08-07 10:17:37 +00:00
parent d1dc9935e1
commit f0eb0b2638
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169950
5 changed files with 36 additions and 0 deletions

View file

@ -335,6 +335,7 @@
SUBDIR += p5-Mail-Tools
SUBDIR += p5-Mail-Transport-Dbx
SUBDIR += p5-Mail-Verify
SUBDIR += p5-Mail-Verp
SUBDIR += p5-Mail-Webmail-Gmail
SUBDIR += p5-Net-IMAP-Simple
SUBDIR += p5-Net-IMAP-Simple-SSL

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: textproc/p5-Mail-Verp
# Date created: Wed Aug 2 17:15:13 EDT 2006
# Whom: Vivek Khera <vivek@khera.org>
#
# $FreeBSD$
#
PORTNAME= Mail-Verp
PORTVERSION= 0.05
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Mail
PKGNAMEPREFIX= p5-
MAINTAINER= vivek@khera.org
COMMENT= Encodes and decodes Variable Envelope Return Paths (VERP) addresses
PERL_CONFIGURE= yes
MAN3= Mail::Verp.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Mail-Verp-0.05.tar.gz) = 3e3a9aec7ec2df718b736bc861565c97
SHA256 (Mail-Verp-0.05.tar.gz) = c0fd992d2116339b0839206164d67d509620fae4197e7a0bc878547ef8e4e761
SIZE (Mail-Verp-0.05.tar.gz) = 12497

View file

@ -0,0 +1,5 @@
Mail::Verp encodes the address of an email recipient into the envelope sender
address so that a bounce can be more easily handled even if the original
recipient is forwarding their mail to another address and the remote Mail
Transport Agents send back unhelpful bounce messages. The module must also be
used to decode bounce recipient addresses.

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/Mail/Verp.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Verp/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail/Verp
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mail
@dirrmtry %%SITE_PERL%%/Mail