Mail::SRS::Limit - A Sender Rewriting Scheme which limits bounces


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

Index


NAME

Top

Mail::SRS::Limit - A Sender Rewriting Scheme which limits bounces

SYNOPSIS

Top

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

DESCRIPTION

Top

See Mail::SRS for details of the standard SRS subclass interface.

This module requires two extra parameters to the constructor: a filename for a Berkeley DB_File database, and the maximum number of bounces to allow for any mail.

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.