Closed
Description
There is another edge case in homu command handling: when an user replies to a comment via email by default the parent command is quoted, and the old parser code tried to handle it. We should ignore commands when the line starts with >
, to hopefully catch quoted emails, or if the new parser already handles this a test should be added.
Example: rust-lang/rust#61540 (comment)