Source: libmail-verp-perl Maintainer: Debian Perl Group Uploaders: Martín Ferrari Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libmail-verp-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libmail-verp-perl.git Homepage: https://metacpan.org/release/Mail-Verp Package: libmail-verp-perl Architecture: all Depends: ${misc: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.