1Mail::SpamAssassin::PluUgsienr::CDoMnAtRrCi(b3u)ted PerlMaDiolc:u:mSepnatmaAtsisoanssin::Plugin::DMARC(3)
2
3
4
6 Mail::SpamAssassin::Plugin::DMARC - check DMARC policy
7
9 loadplugin Mail::SpamAssassin::Plugin::DMARC
10
11 ifplugin Mail::SpamAssassin::Plugin::DMARC
12 header DMARC_PASS eval:check_dmarc_pass()
13 describe DMARC_PASS DMARC pass policy
14 tflags DMARC_PASS net nice
15 score DMARC_PASS -0.001
16
17 header DMARC_REJECT eval:check_dmarc_reject()
18 describe DMARC_REJECT DMARC reject policy
19 tflags DMARC_REJECT net
20 score DMARC_REJECT 0.001
21
22 header DMARC_QUAR eval:check_dmarc_quarantine()
23 describe DMARC_QUAR DMARC quarantine policy
24 tflags DMARC_QUAR net
25 score DMARC_QUAR 0.001
26
27 header DMARC_NONE eval:check_dmarc_none()
28 describe DMARC_NONE DMARC none policy
29 tflags DMARC_NONE net
30 score DMARC_NONE 0.001
31
32 header DMARC_MISSING eval:check_dmarc_missing()
33 describe DMARC_MISSING Missing DMARC policy
34 tflags DMARC_MISSING net
35 score DMARC_MISSING 0.001
36 endif
37
39 This plugin checks if emails match DMARC policy, the plugin needs both
40 DKIM and SPF plugins enabled.
41
42 dmarc_save_reports ( 0 | 1 ) (default: 0)
43 Store DMARC reports using Mail::DMARC::Store, mail-dmarc.ini must
44 be configured to save and send DMARC reports.
45
46
47
48perl v5.36.0 2023-01-2M1ail::SpamAssassin::Plugin::DMARC(3)