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

Be case-sensitive about responding to “RFC” #77

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chris-morgan
Copy link

I expect “rfc\d+” to be entirely false positives.

This is probably most notable in the MIME type “message/rfc822” which
crops up fairly often in the email space. If this approach of requiring
capital “RFC” is considered too radical, an alternative would be to
specifically not respond to “rfc822” (case sensitive). But that’s more
work to implement.

I expect “rfc\d+” to be entirely false positives.

This is probably most notable in the MIME type “message/rfc822” which
crops up fairly often in the email space. If this approach of requiring
capital “RFC” is considered too radical, an alternative would be to
specifically not respond to “rfc822” (case sensitive). But that’s more
work to implement.
@wolfsage
Copy link
Contributor

I think it'd be better to say "(^|\s)rfc" or something and keep it case insensitive.

@chris-morgan
Copy link
Author

I’m going to leave any finer decisions to others.

@rjbs rjbs force-pushed the master branch 4 times, most recently from ee8f9b7 to 2399855 Compare September 21, 2018 15:45
@rjbs rjbs force-pushed the master branch 5 times, most recently from 25bf9c4 to 68c3b79 Compare November 29, 2018 02:56
@rjbs rjbs force-pushed the master branch 18 times, most recently from b9a2990 to f00d771 Compare February 4, 2019 21:30
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

Successfully merging this pull request may close these issues.

3 participants