Commit Graph

6 Commits

Author SHA1 Message Date
naddy
348a3e29c5 drop RCS Ids 2022-03-11 19:34:31 +00:00
bluhm
7563c034a1 update p5-Mail-DMARC-Iterator to 0.014
patch has been commited upstream
2021-03-10 19:26:21 +00:00
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
bluhm
f5dc949e73 Add myself as maintainer. 2019-02-13 22:12:01 +00:00
bluhm
e95f1f4c26 import p5-Mail-DMARC-Iterator 0.013
OK giovanni@

Comment:
iterative DMARC validation for mails

Description:
This module can be used to validate mails against DMARC policies
like specified in RFC 7208.  The main difference to Mail::DMARC is
that it does no blocking operations.  Instead it implements a state
machine where user input is fed into and instructions what the
machine wants is returned.  The state machine only wants the data
from the mail and the result of specific DNS lookups.  With each
new data fed into the machine it will provide new information what
it needs next, until it finally has enough input and returns the
final result.  Because of this design the DMARC policy validation
can be easily integrated into event-driven programs or coupled with
a specific DNS resolver.
2019-02-13 19:59:05 +00:00