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::MtPolicyd::Plugin::SaAwlLookup - mtpolicyd plugin for querying a spamassassin AWL database for

Author

       Markus Benning <ich@markusbenning.de>

Description

       This plugin queries the auto_whitelist database used by spamassassins AWL plugin for the reputation of
       sender ip/address combination.

       Based on the AWL score a score or action in mtpolicyd can be applied in combination with the SaAwlAction
       plugin.

Example

       To read reputation from amavis/spamassassin AWL use:

         <Plugin amavis-awl>
           module = "SaAwlLookup"
           db_file = "/var/lib/amamvis/.spamassassin/auto-whitelist"
         </Plugin>

       The  location  of auto-whitelist may be different on your system.  Make sure mtpolicyd is allowed to read
       the db_file.

Name

       Mail::MtPolicyd::Plugin::SaAwlLookup - mtpolicyd plugin for querying a spamassassin AWL database for
       reputation

Parameters

       db_file (default: /var/lib/amavis/.spamassassin/auto-whitelist)
           The path to the auto-whitelist database file.

Version

       version 2.05

See Also