The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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