aholzel / TA-dmarc

Splunk app for the processing and ingestion of DMARC RUA reports
4 stars 2 forks source link

Add decode mail subject support #12

Closed jbouwh closed 1 year ago

jbouwh commented 2 years ago
aholzel commented 1 year ago

this has been fixed in/from v4.0.2 by using subject = str(email.header.make_header(email.header.decode_header(message['Subject'])))