diff options
author | miwi <miwi@FreeBSD.org> | 2006-08-07 18:17:37 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-08-07 18:17:37 +0800 |
commit | 44c36d5c6e33802b8a1172e240ea7fdf2ca1cb57 (patch) | |
tree | f0a80864c317f17f6773617d354b6fae19d58073 /mail/Makefile | |
parent | 5b6dba6c72c097e79f56bc8dfe3dfc8ca3ae0c21 (diff) | |
download | freebsd-ports-gnome-44c36d5c6e33802b8a1172e240ea7fdf2ca1cb57.tar.gz freebsd-ports-gnome-44c36d5c6e33802b8a1172e240ea7fdf2ca1cb57.tar.zst freebsd-ports-gnome-44c36d5c6e33802b8a1172e240ea7fdf2ca1cb57.zip |
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)
Diffstat (limited to 'mail/Makefile')
-rw-r--r-- | mail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile index 40389a1b00e7..1b2c6f4b4df6 100644 --- a/mail/Makefile +++ b/mail/Makefile @@ -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 |