Mail::SRS::DB.3pm

Langue: en

Version: 2004-06-23 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Mail::SRS::DB - A MLDBM based Sender Rewriting Scheme

SYNOPSIS

         use Mail::SRS::DB;
         my $srs = new Mail::SRS::DB(
                 Database => '/var/run/srs.db',
                 ...
                         );
 
 

DESCRIPTION

See Mail::SRS for details of the standard SRS subclass interface. This module provides the methods compile() and parse().

This module requires one extra parameter to the constructor, a filename for a Berkeley DB_File database.

BUGS

This code relies on not getting collisions in the cryptographic hash. This can and should be fixed.

The database is not garbage collected.

SEE ALSO

Mail::SRS