pimlie / authres_status

Roundcube plugin that checks the Authentication-Results headers (rfc5451) of your emails and displays the verification status.
Other
36 stars 20 forks source link

fix: added opendmarc support #61

Closed quagsirus closed 5 months ago

quagsirus commented 1 year ago

The plugin wasn't able to pick up the 'header.from' section of Authentication-Results provided by opendmarc, leaving the $title blank, meaning alt text just ended with "verified by "

Example of header provided by opendmarc: Authentication-Results: example.com dmarc=pass (p=none dis=none) header.from=gmail.com

pimlie commented 5 months ago

Awesome, thx for the change!