table of contents
Mail::MtPolicyd::Plugin::SaAwlLookup(3pm) | User Contributed Perl Documentation | Mail::MtPolicyd::Plugin::SaAwlLookup(3pm) |
NAME¶
Mail::MtPolicyd::Plugin::SaAwlLookup - mtpolicyd plugin for querying a spamassassin AWL database for reputation
VERSION¶
version 2.05
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.
PARAMETERS¶
- db_file (default: /var/lib/amavis/.spamassassin/auto-whitelist)
- The path to the auto-whitelist database file.
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.
AUTHOR¶
Markus Benning <ich@markusbenning.de>
COPYRIGHT AND LICENSE¶
This software is Copyright (c) 2014 by Markus Benning <ich@markusbenning.de>.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
2024-05-26 | perl v5.38.2 |