Mail::MtPolicyd::Plugin::SPF(3pm) | User Contributed Perl Documentation | Mail::MtPolicyd::Plugin::SPF(3pm) |
Mail::MtPolicyd::Plugin::SPF - mtpolicyd plugin to apply SPF checks
version 2.05
This plugin applies Sender Policy Framework(SPF) checks.
Checks are implemented using the Mail::SPF perl module.
Actions based on the SPF result can be applied for:
For status 'neutral' no action or score is applied.
Possible values: passive, dunno, defer, reject
By default no score is applied.
Possible values: passive, dunno, defer, reject
By default no score is applied.
The following pattern will be replaced in the string:
This URL could be configured with 'default_authority_explanation'.
See Mail::SPF::Server for details.
Exceeding this limit will cause a permanent error as specified by RFC7208.
The default of 10 is also specified in by RFC7208.
<Plugin spf> module = "SPF" pass_mode = passive pass_score = -10 fail_mode = reject #fail_score = 10 </Plugin>
Mail::SPF, OpenSPF "" in www.openspf.org, RFC 7208 <https://tools.ietf.org/html/rfc7208>
Markus Benning <ich@markusbenning.de>
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
2022-10-15 | perl v5.34.0 |