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


Mail-SRS documentation  | view source Contained in the Mail-SRS distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

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

Top

Mail::SRS


Mail-SRS documentation  | view source Contained in the Mail-SRS distribution.