| 12
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 
 | Source: libmail-verp-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: MartÃn Ferrari <martin.ferrari@gmail.com>, Gunnar Wolf <gwolf@debian.org>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.8.0)
Standards-Version: 3.7.3
Homepage: http://search.cpan.org/dist/Mail-Verp/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libmail-verp-perl/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libmail-verp-perl/
Package: libmail-verp-perl
Architecture: all
Depends: ${perl:Depends}
Description: Variable Envelope Return Paths (VERP) address encoder/decoder
 Mail::Verp provides utility functions to encode and decode Variable Envelope
 Return Paths (VERP) addresses, as described by http://cr.yp.to/proto/verp.txt.
 .
 VERP addresses are used to help manage bounces coming back from remote SMTP
 servers, especially when dispatching mail for a mailing-list; the VERP address
 encodes the recipient address, which can then be recovered from the bounce to
 unsubscribe the address from the mailing-list.
 .
 The encoding uses the method described by 
 http://www.courier-mta.org/draft-varshavchik-verp-smtpext.txt.
 |