logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Description

       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.

Name

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

See Also

       Mail::SRS

perl v5.36.0                                       2022-11-27                           Mail::SRS::Shortcut(3pm)

Synopsis

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

See Also