IABSD.fr/ports/mail/p5-Mail-DMARC-Iterator

Branch :


Log

Author Commit Date CI Message
348a3e29 2022-03-11 19:34:31 drop RCS Ids
7563c034 2021-03-10 19:26:21 update p5-Mail-DMARC-Iterator to 0.014 patch has been commited upstream
95d31a4b 2020-07-03 21:44:29 bump for search.cpan.org->metacpan.org change
3318ced0 2019-07-12 20:46:54 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
f5dc949e 2019-02-13 22:12:01 Add myself as maintainer.
e95f1f4c 2019-02-13 19:59:05 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.