msimerson / mail-dmarc

Mail::DMARC, a complete DMARC implementation in Perl
Other
33 stars 23 forks source link

Reports: Fix the email sent when reports are too large #224

Closed marcbradshaw closed 5 months ago

marcbradshaw commented 5 months ago

The too large error email was malformed, and the associated report was not being deleted after the send, resulting in multiple reports being sent.

1) Fix the format of the report.

2) Delete the report after any attempt to send the error email.

3) Add a new config item to disable sending any error emails at all.

msimerson commented 5 months ago

Does this fix #207?

marcbradshaw commented 5 months ago

this should fix #207 yes