File: README

package info (click to toggle)
libmail-verp-perl 0.06%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 80 kB
  • sloc: perl: 81; makefile: 5
file content (32 lines) | stat: -rw-r--r-- 657 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Email/Verp version 0.06
=======================

This is the README file for Mail::Verp, which 
creates Variable Envelope Return Paths (VERP) addresses
as detailed by http://cr.yp.to/proto/verp.txt.
The encoding follows the methods described by
http://www.courier-mta.org/draft-varshavchik-verp-smtpext.txt.


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires:

    Carp.pm

COPYRIGHT AND LICENCE

Copyright (C) 2007 Gyepi Sam <gyepi@cpan.org>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.