SYNOPSIS

Email::Auth::AddressHash is a module for email recipient-based
authentication.  It uses the sender's email address to create a unique
hash key for that sender, and checks the sender address against the
recipient's email address extension (that is, everything between the
'+' and the '@' in an email address) to authenticate the sender.  This
module is primarily intended for applications which handle email-based
requests.

For more information see the module documentation.

INSTALLATION

In order to install this module, run the following:

perl Makefile.PL
make
make test
make install

The module depends on:
- Perl 5.004 or greater
- Digest::MD5

LICENSE 

This module is distributed under the same license as Perl itself.