Reply doesn't catch RE: in the subject line #382
Labels
No Label
bug
build
dependencies
developers
documentation
duplicate
enhancement
formatting
invalid
legal
mobile
obsolete
packaging
performance
protocol
question
refactoring
regression
security
test
translation
usability
wontfix
No Milestone
No project
No Assignees
1 Participants
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Bitmessage/PyBitmessage-2024-12-01#382
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It only catches Re:. This caused some messages to end up with "Re: RE: RE: blah" in the subject line on the general channel.
There is already a similar check in class_receiveDataThread to account for an all-caps RE:
Attaching a diff because this is just a one liner. Let me know if you want a full Pull Request:
might as well lowercase it and compare it to "re:"
I thought about that but this fix was more consistent with similar code in class_receiveDataThread. I have no preference, but thought they should both behave the same way if either code path see "rE: hAXXoR CAPS"