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::Eval - mtpolicyd plugin to capture the output of plugins

Author

       Markus Benning <ich@markusbenning.de>

Description

       This plugin executes a list of configured plugins but will not return the action back to mtpolicyd.
       Instead it writes the output of the plugins to a variable within the session.

Example

         <Plugin eval-spf>
           module = "Eval"
           # store result in spf_action
           store_in="spf_action"
           <Plugin proxy-spf>
             module = "Proxy"
             host = "localhost:10023"
           </Plugin>
         </Plugin>

Name

       Mail::MtPolicyd::Plugin::Eval - mtpolicyd plugin to capture the output of plugins

Parameters

       store_in (required)
           The name of the key in the session to store the result of the eval'ed checks.

       Plugin (required)
           A list of checks to execute.

Version

       version 2.05

See Also