Mail::SRS::Shortcut - A shortcutting Sender Rewriting Scheme


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

Index


NAME

Top

Mail::SRS::Shortcut - A shortcutting Sender Rewriting Scheme

SYNOPSIS

Top

	use Mail::SRS::Shortcut;
	my $srs = new Mail::SRS::Shortcut(...);

DESCRIPTION

Top

WARNING: Using the simple Shortcut strategy is a very bad idea. Use the Guarded strategy instead. The weakness in the Shortcut strategy is documented at http://www.anarres.org/projects/srs/

See Mail::SRS for details of the standard SRS subclass interface. This module provides the methods compile() and parse(). It operates without store, and shortcuts around all middleman resenders.

SEE ALSO

Top

Mail::SRS


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