mail-dmarc icon indicating copy to clipboard operation
mail-dmarc copied to clipboard

Mail::DMARC, a complete DMARC implementation in Perl

Results 16 mail-dmarc issues
Sort by recently updated
recently updated
newest added

In function `get_imap_port()`, if `IO::Socket::SSL` is not available TLS will be disabled with only a warning: https://github.com/msimerson/mail-dmarc/blob/ac6d3ad2e50c79a409c0fc642ffc2816c2018827/lib/Mail/DMARC/Report/Receive.pm#L191 Considering that in this case the credentials are sent in plain text, it...

PR welcome
security

imap: add SSL_verify_mode config setting to disable TLS host validation fixes #233

- remove t/travis/.travis.yml CI config file partly fixes #231

**Describe the bug** The dynamic loading of the backend module uses an unsafe form of eval without sanitizing the module name from the config file. https://github.com/msimerson/mail-dmarc/blob/ac6d3ad2e50c79a409c0fc642ffc2816c2018827/lib/Mail/DMARC/Report/Store.pm#L43 This can lead to...

Hi, I noticed a few non-critical issues in the `find_psl_file` and `get_config` functions: 1) The variable $path is referenced outside the foreach loop and is thus uninitialized, thus the following...

Hello and Happy New year, as I raised issue #216 before the Xmas holidays (I was off that period, sorry), here I made the PR for it. Could you take...

Data Needed
Needs Tests

**Describe the bug** The user-configured org_name (at least) is taken as-is for XML and mail message bodies, but people tend to enter characters that are not suitable as-is in neither....

**Describe the bug** Reports from gmx.de are not parsed. Cannot share the original report unfortunately, but happy to perform debugging. Saving the attachment from the email produces valid gzipped XML....

**Is your feature request related to a problem? Please describe.** When reviewing DMARC (DKIM, SPF) results, it can be required to correlate the processed report data with other sources (original...

It would be useful to negate some search conditions. For example, when results of a certain author or domain have been reviewed, it could be useful to exclude them. Parameters...