summaryrefslogtreecommitdiffstats
path: root/dmarcpipe.py
Commit message (Collapse)AuthorAgeFilesLines
* dmarcpipe.py: Fix potential for RecursionError in octet_streamHEADmasterTomasz Kramkowski2018-03-061-1/+6
| | | | | | | | If an attachment of mime type 'application/octet-stream' is recognised as 'application/octet-stream' then the program would enter into an infinite loop and throw a RecursionError which likely wouldn't be too bad but it's probably clearer to give a KeyError and mark the report as invalid instead.
* Code cleanupTomasz Kramkowski2018-03-051-9/+4
| | | | Some small code cleanup changes
* Add application/octet-stream and application/x-gzip supportTomasz Kramkowski2018-03-051-1/+11
| | | | | | | Some non-compliant DMARC reporters are using application/octet-stream and application/x-gzip mime types for attachments. dmarcpipe now supports both
* Add project license.Tomasz Kramkowski2017-06-051-0/+16
|
* dmarcpipe: cleanupTomasz Kramkowski2017-04-091-4/+2
|
* remove printTomasz Kramkowski2016-12-181-1/+0
|
* Init commitTomasz Kramkowski2016-12-181-0/+92