-
-
19 Oct 2004 15:51:16 UTC
- Distribution: Mail-SRS
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (5)
- Testers (432 / 0 / 1)
- Kwalitee
Bus factor: 0- 71.75% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (25.98KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
Module Install Instructions
To install Mail::SRS, copy and paste the appropriate command in to your terminal.
cpanm Mail::SRS
perl -MCPAN -e shell install Mail::SRS
For more information on module installation, please visit the detailed CPAN module installation guide.