Skip to content

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

Open
chris-morgan wants to merge 1 commit intofastmail:mainfrom
chris-morgan:react-to-uppercase-rfc-only
Open

Be case-sensitive about responding to “RFC”#77
chris-morgan wants to merge 1 commit intofastmail:mainfrom
chris-morgan:react-to-uppercase-rfc-only

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
@rjbs rjbs force-pushed the master branch 15 times, most recently from d53e02a to 065ecb6 Compare February 13, 2019 00:42
@mmcclimon mmcclimon force-pushed the master branch 2 times, most recently from ae7f85a to 3bd8032 Compare February 18, 2019 20:08
@rjbs rjbs force-pushed the master branch 12 times, most recently from 993562c to d1c7cfb Compare March 1, 2019 12:48
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