logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Mail::SRS::DB - A MLDBM based Sender Rewriting Scheme

Bugs

       This code relies on not getting collisions in the cryptographic hash. This can and should be fixed.

       The database is not garbage collected.

Description

       See Mail::SRS for details of the standard SRS subclass interface.  This module provides the methods
       compile() and parse().

       This module requires one extra parameter to the constructor, a filename for a Berkeley DB_File database.

Name

       Mail::SRS::DB - A MLDBM based Sender Rewriting Scheme

See Also

       Mail::SRS

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

Synopsis

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

See Also