Releases: msimerson/mail-dmarc
Releases · msimerson/mail-dmarc
v1.20250203
- consider localhost as invalid domain #255
- add a stringify method to the Policy class #253
- lower case domains passed to is_valid_domain #252
- lower case match from and envelope-from domains #249
- Change validation result for RFC7489 6.6.3 step 6.2 #248
- point README links to search.cpan.org #240
- sender: set options when creating new sender object #239
- permit storage of UTF-8 chars in MySQL DB #238
- load report_store modules using Module::Load #237
- create an email message with a proper Message-ID #236
- imap: only use port 143 if requested #235
- find_psl_file: fix duplicate share in path #232
v1.20240314
- Reports: Fix the email sent when reports are too large by @marcbradshaw in #224
- add a couple of mailing lists that may skip DMARC checks by @bigio in #223
- Release.1.20240313 by @marcbradshaw in #225
v1.20240214
v1.20210927
- Fix reporting for selectors whose name evaluates to false
- Use maybestarttls for opportunistic encryption when sending reports using Email::Sender v2.0 or greater
- Remove dead domain dmarc-qa.com from tests
- Print full syntax guide with "--help" option (Jeremiah Morris)
v1.20200214
- move HTTP::Tiny into deps (used for PSL updates)
v1.20200212
t/12: skip DB cleanup when unable to connect
v1.20200116
skip HTTP tests when optional JSON not installed #171
v1.20200114
v1.20200108
- NEW FEATURE: Postgres support #150
- removed dist::zilla
- additional tests enabled
- html UI: use https URLS everywhere
- SPF: don't warn when scope is missing from reports
- receive: permit other MIME types that have xml.gz filename
- DKIM: when message has no result, add "none"
- sqlite: add default current_timestamp
- bin/install_deps.pl: apt improvements