Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC 5451 is obsoleted #43

Open
AndreyMZ opened this issue Apr 13, 2020 · 5 comments
Open

RFC 5451 is obsoleted #43

AndreyMZ opened this issue Apr 13, 2020 · 5 comments

Comments

@AndreyMZ
Copy link
Contributor

AndreyMZ commented Apr 13, 2020

Problem description

This plugin checks the Authentication-Results headers that were added by your MTA and displays an icon to show the verification status. Parsing of the Authentication-Results headers is more or less done according to [RFC5451](https://tools.ietf.org/html/rfc5451) which supports DKIM, DomainKeys, SPF, Sender-ID, iprev and SMTP AUTH result values.

Parsing of the Authentication-Results headers is more or less done according to RFC5451

But RFC 5451 (April 2009) is obsoleted by RFC 7001 (September 2013) which is obsoleted by RFC 7601 (August 2015) which is obsoleted by RFC 8601 (May 2019).

Possible solution

Check if this plugin is compliant with RFC 8601. If yes, then just update the references in README and the project description and topics on GitHub. If no, then fix the parsing of the Authentication-Results header to conform with the actual RFC 8601.

@pimlie
Copy link
Owner

pimlie commented Apr 9, 2024

Thanks for the info but the way you communicate it is not really constructive and it seems you are missing the major point of open-source software ;)

@pimlie pimlie closed this as completed Apr 9, 2024
@AndreyMZ
Copy link
Contributor Author

AndreyMZ commented Apr 9, 2024

Unfortunately, no one has communicated this issue better than me...

Could you please clarify what you don't like about my description of the issue so I can fix it? It is quite concise but it contains problem statement and possible solution. Why not to fix the description instead of closing an unfixed valid issue as "completed"?

@pimlie
Copy link
Owner

pimlie commented Apr 9, 2024

The idea behind open source (or at least it is for me) is that we all have the possibility to work together on the same software and make it better. Maybe I misunderstood you, but the last paragraph of your message just sounded a bit demanding. Like why won't you be the one who checks compliance with RFC 8601? That's the real power of open source! 😃

@pimlie pimlie reopened this Apr 9, 2024
@AndreyMZ
Copy link
Contributor Author

AndreyMZ commented Apr 9, 2024

OK, I have updated the description. I hope it is not so demanding now. Thank you!

@pimlie
Copy link
Owner

pimlie commented Apr 9, 2024

Awesome, really appreciate the detailed chain of RFC's! I will see if I can find some time to read these RFC's and check what needs changing.

Between you and me, I actually searched for follow-up RFC's for 5451 many years back (i think around 2017) cause I found it strange that 5451 was never updated since 2009. But I guess my search skillz weren't what they needed to be cause I didn't find anything at the time 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants