liuch / dmarc-srg

A php parser, viewer and summary report generator for incoming DMARC reports.
GNU General Public License v3.0
226 stars 33 forks source link

Failed to get incoming report #46

Closed ReVoLt112 closed 1 year ago

ReVoLt112 commented 1 year ago

root@h2983452:~# cd /var/www/html && /usr/bin/php utils/fetch_reports.php Failed to get incoming report: Error message:

ReVoLt112 commented 1 year ago

Info: PHP 8.2.0RC5

ReVoLt112 commented 1 year ago

Solution was easy:

File: MailAttachment.php

class MailAttachment { private $conn; private $filename; private $bytes; private $number; private $mnumber; +private $encoding; +private $stream; +private $mime_type;

liuch commented 1 year ago

Thank you for the report. Fixed.