trusteddomainproject / OpenARC

Open source ARC implementation
BSD 2-Clause "Simplified" License
135 stars 45 forks source link

Feature ignore unknown methods #114

Closed seriv closed 6 years ago

seriv commented 6 years ago

If authentication milter put into the header "Authentication-Results" some method which is not defined in openarc-ar.c, we should not put "(null)=pass" or "(null)=softfail" into "ARC-Authentication-Results" header, to avoid creating non-valid ARC headers which cause problems like that of the issue #31 of OpenDMARC.

mskucherawy commented 6 years ago

Needs to be rebased against the "develop" branch. That's where the main evolution happens.