trusteddomainproject / OpenARC

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

fix missing semicolon between some fields in ARC-Authentication-Results #181

Open alexlehm opened 3 weeks ago

alexlehm commented 3 weeks ago

e.g. dkim-atps=neutralarc=none is missing the separator

futatuki commented 3 weeks ago

It seems the issue was already fixed in develop branch in https://github.com/trusteddomainproject/OpenARC/commit/495aff78c7e18289eb9182f2bbefd9ee66364346

flowerysong commented 3 weeks ago

If you're interested in using OpenARC I would encourage you to use and contribute to my fork, since this repository has been dead for half a decade at this point. v1.0.0 is mostly a rollup release incorporating most outstanding PRs and patches from distribution packages to address a number of known issues, and is intended to be highly compatible with current deployments of this project.

The upcoming v1.1.0 release will diverge a little more, but also fix more things. The main development goals for this release are full compliance with the published version of the ARC spec and addressing all open bug reports, feature requests, and PRs from this repository.