Pascal76

Results 26 issues of Pascal76

--exclude-compressed is not usable when using tar command for backups for ex. tar cf $FILE.zst --use-compress-program zstd Would be great to be able to ignore already compressed files in this...

Hello, I often have corrupted files/input/aggregate.json files. I have to fix the xml file manually :( ![2023-12-07_20h38_19](https://github.com/domainaware/parsedmarc/assets/20047962/f1e129ba-1bc3-4e1b-aa63-866e69025ba1) ![2023-12-07_20h39_00](https://github.com/domainaware/parsedmarc/assets/20047962/95da0b60-9c7e-41aa-a93a-6110216f6065) regards, Pascal

Hello, Could it be possible for you to add a "forwarded" flag please ? https://easydmarc.com/blog/email-forwarding-and-dmarc-dkim-spf/

Hello, The RPM from Redhat are a bit old (nearly 2 years old) and there are significant bugfixes on recent builds (ex: on SERVFAIL). Could it be possible to provide...

Hello, Is it possible to provide a docker file for the new release please ? :)

enhancement
environment issue
docs

Hello, PHP 7.4 is being EOL very soon. A lot of people will migrate to PHP 8.1. Could you make this librairy compatible please ? Ex: PHP Deprecated: Return type...

Hi Could someone provide a working docker file for the V4 please ? Thank you.

help wanted
environment issue

Hello, How can I use Highcharts.AST.allowedAttributes with /usr/local/bin/highcharts-export-server (v4) please ? I tryed using --customCode "AST.allowedAttributes.js" but it does not work. The file contains: Highcharts.AST.allowedAttributes.push('border'); Highcharts.AST.allowedAttributes.push('align'); Highcharts.AST.allowedAttributes.push('bordercolor'); Highcharts.AST.allowedAttributes.push('zIndex'); Highcharts.AST.allowedAttributes.push('bgcolor'); Highcharts.AST.allowedAttributes.push('cellpadding');...

bug

Hello, Sometimes auth_results contains several times (twice or more) the same DKIM values. Ex: (I converted the format to json) `{"dkim":[{"domain":"pmlgu-etau-40.ovh","selector":"nice","result":"pass"},{"domain":"pmlgu-etau-40.ovh","selector":"nice","result":"pass"}],"spf":[{"domain":"srv217x178.pmlgu-etau-40.ovh","scope":"mfrom","result":"pass"}]} ` Could parsedmarc remove duplicates ? In my side...

When doing : $messages = $folder_->messages()->all()->setFetchOrderDesc()->get(); I sometimes get this error : [26-Sep-2024 10:40:13 Europe/Paris] PHP Warning: Array to string conversion in /apache_sites/jbm/lib_8.2/vendor/webklex/php-imap/src/Connection/Protocols/ImapProtocol.php on line 707 [26-Sep-2024 10:40:13 Europe/Paris] PHP...