• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Mail/H03-Mar-2007-1,522948

t/H03-Mar-2007-361222

ChangesH A D13-Oct-2006471 2212

MANIFESTH A D17-Jan-2006440 2322

META.ymlH A D03-Mar-2007501 1614

Makefile.PLH A D03-May-2022350 1814

READMEH A D03-Mar-20071.3 KiB4732

THANKSH A D13-Oct-2006569 2011

README

1THIS MODULE IS OFFICIALLY UNSUPPORTED.
2
3Please move on to DKIM like a responsible Internet user.  I have.
4
5I will leave this module here on CPAN for a while, just in case someone
6has grown to depend on it.  It is apparent that DK will not be the way
7of the future. Thus, it is time to put this module to ground before it
8causes any further harm.
9
10Thanks for your support,
11Anthony
12
13PS: Don't get a CPAN email address if you can avoid it. Muchos spam.
14
15----
16
17Yuck, I hate writing documentation.  You get what you pay for, though.  I
18intend to do a full documentation set starting with version 0.80.
19
20Starting with version 0.79, the canonifiers are much more conformant to the
21DomainKeys draft. Mail::DomainKeys now passes the DomainKeys canonifier
22torture tests available here:
23
24http://sourceforge.net/project/showfiles.php?group_id=107680&package_id=148819
25
26Be aware that DomainKeys is going out of fashion; it appears that DKIM may
27be its successor. It's still up in the air, though, as far as I can tell.
28
29Installation is ala mode:
30
31perl Makefile.PL
32make
33make test
34make install
35
36Please send bug reports to <anthonyu@cpan.org>.  Sign them with DomainKeys
37if possible. :)  Please include the version numbers of the following
38modules:
39
40Crypt::OpenSSL::RSA
41Mail::Address
42MIME::Base64
43Net::DNS
44Text::Wrap
45
46Thanks!
47