Path to this page:
./
mail/p5-Mail-DMARC,
Perl implementation of DMARC
Branch: CURRENT,
Version: 1.20240314,
Package name: p5-Mail-DMARC-1.20240314,
Maintainer: pkgsrc-usersThis module is a suite of tools for implementing DMARC. It adheres
to the 2013 DMARC draft, intending to implement every MUST and
every SHOULD.
This module can be used by...
- MTAs and filtering tools like SpamAssassin to validate that incoming
messages are aligned with the purported sender's policy.
- email senders, to receive DMARC reports from other mail servers and
display them via CLI and web interfaces.
- MTA operators to send DMARC reports to DMARC author domains.
Master sites: (Expand)
Filesize: 785.93 KB
Version history: (Expand)
- (2024-04-29) Updated to version: p5-Mail-DMARC-1.20240314
- (2024-02-28) Updated to version: p5-Mail-DMARC-1.20240214
- (2024-01-10) Package added to pkgsrc.se, version p5-Mail-DMARC-1.20230215 (created)
CVS history: (Expand)
2024-04-29 08:46:16 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.20240314
Upstream changes:
### 1.20240313
- Fix error email sent when reports are too large
- Delete reports after sending error emails
- Make sending of error emails optional
|
2024-02-28 09:52:34 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 1.20240214
Upstream changes:
1.20240214
- feat: add imap option to specify port #195
- feat: add configurable DNS retrans option #214
- ignore empty/wrong lines on whitelist_dmarc file #219
- test: mock DNS during testing #213
- ci: restore CI tests to working order
- Force lower case for SPF domain input #212
|
2024-01-10 17:33:38 by Amitai Schleier | Files touched by this commit (3) |
Log message:
Add p5-Mail-DMARC: Perl implementation of DMARC
This module is a suite of tools for implementing DMARC. It adheres
to the 2013 DMARC draft, intending to implement every MUST and
every SHOULD.
This module can be used by...
- MTAs and filtering tools like SpamAssassin to validate that incoming
messages are aligned with the purported sender's policy.
- email senders, to receive DMARC reports from other mail servers and
display them via CLI and web interfaces.
- MTA operators to send DMARC reports to DMARC author domains.
|