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::GeoIPAction - mtpolicyd plugin for checking geo information of an ip

Author

       Markus Benning <ich@markusbenning.de>

Description

       This plugin will execute an action or score based on a previous lookup done with GeoIPLookup plugin.

Name

       Mail::MtPolicyd::Plugin::GeoIPAction - mtpolicyd plugin for checking geo information of an ip

Parameters

       result_from (required)
           Take the GeoIP information from the result of this plugin.

           The plugin in must be executed before this plugin.

       (uc_)enabled (default: on)
           Enable/disable this plugin.

       country_codes (required)
           A comma separated list of 2 letter country codes to match.

       (uc_)mode (default: reject)
           If set to 'passive' no action will be returned.

       reject_message (default: 'delivery from %CC% (%IP%) rejected)
           Could be used to specify an custom reject message.

       score (default: empty)
           A score to apply to the message.

Version

       version 2.05

See Also