BridgeDB's email distributor doesn't work if the "get help" text is quoted
Linda and David have been doing studies of user behaviours in laboratory censored environments. One user did:
- Sent "get bridges" in the subject line with a blank body. Didn't work because the body was blank. Got a reply with the help message.
- Replied to the help message, typing "get bridges" into the body. Didn't work because Gmail quoted the help reply below the "get bridges" line.
- Sent a brand new fresh email with a blank subject and "get bridges" in the body. It worked that time.
For !#1, I am not sure what to do. The bots which try to scrape BridgeDB usually try use the subject line and have a blank body, and that was the original reason for ignoring the subject line. The second reason is that we require DKIM for the email providers we accept (mail.riseup.net, mail.yahoo.com, gmail.com), and while a provider can configure DKIM signing for the "Subject:" header, it is generally only the case that "From:", "To:", and "CC:" are signed. If we were to use the "Subject:" line when it's not DKIM-signed, we would be allowing any server handling the email en route to modify it, potentially doing things like giving the user a different type of bridges than they actually wanted, or attempting in some way to get the user blocked without them getting any bridges.
For !legacy/trac#2 (closed), if this is default Gmail behaviour, then BridgeDB certainly should not be forcing users to learn that they must erase the auto-quoted help text. This part is definitely bad UX and therefor a bug.