| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | dmarcpipe.py: Fix potential for RecursionError in octet_streamHEADmaster | Tomasz Kramkowski | 2018-03-06 | 1 | -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 cleanup | Tomasz Kramkowski | 2018-03-05 | 1 | -9/+4 | 
| | | | | | Some small code cleanup changes | ||||
| * | Add application/octet-stream and application/x-gzip support | Tomasz Kramkowski | 2018-03-05 | 1 | -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 Kramkowski | 2017-06-05 | 5 | -0/+739 | 
| | | |||||
| * | dmarcstats: remove pygal import | Tomasz Kramkowski | 2017-04-12 | 1 | -3/+0 | 
| | | |||||
| * | dmarcstats | Tomasz Kramkowski | 2017-04-12 | 9 | -0/+562 | 
| | | |||||
| * | docs/report-tree: some domains send selector in dkim ar | Tomasz Kramkowski | 2017-04-12 | 1 | -0/+1 | 
| | | |||||
| * | dmarc: make sp-missing not an error | Tomasz Kramkowski | 2017-04-09 | 1 | -1/+2 | 
| | | |||||
| * | dmarc: clean up and improve error reporting | Tomasz Kramkowski | 2017-04-09 | 1 | -41/+40 | 
| | | |||||
| * | docs: add some documentation | Tomasz Kramkowski | 2017-04-09 | 1 | -0/+42 | 
| | | |||||
| * | dmarcpipe: cleanup | Tomasz Kramkowski | 2017-04-09 | 1 | -4/+2 | 
| | | |||||
| * | sql: prevent accidents with newer databases | Tomasz Kramkowski | 2017-04-09 | 1 | -0/+1 | 
| | | |||||
| * | remove print | Tomasz Kramkowski | 2016-12-18 | 1 | -1/+0 | 
| | | |||||
| * | Init commit | Tomasz Kramkowski | 2016-12-18 | 4 | -0/+407 | 
