NAME
Mail::SRS::Guarded - A shortcutting Sender Rewriting Scheme
SYNOPSIS
use Mail::SRS::Guarded;
my $srs = new Mail::SRS::Guarded(...);
DESCRIPTION
See Mail::SRS for details of the standard SRS subclass interface. This module provides the methods compile() and parse(). It operates without store, and guards against gaming the shortcut system.
SEE ALSO
Mail::SRS