pimlie / authres_status

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

Add authres_permitpartialpass option #59

Open tomsommer opened 1 year ago

tomsommer commented 1 year ago

This option will make any authres_status return FAIL if any authres result fails

For cases where spf=pass and dkim=pass and dmarc=fail and you don't want to show partialsuccess (green icon).

Change is backwards compatible.

pimlie commented 2 months ago

@tomsommer Thanks for the PR. I might not fully understand your use case, but why is disabling At least one signature passed validation in the settings not sufficient? Is that because you'd like to explicitly see a red cross instead of nothing at all?

Wdyt about a strict mode otherwise? Not sure what other things we could add under that but might be a bit more flexible?