Are the interwebz to blame for typos?
August 11, 2004 7:30 AM Subscribe
Can the Internet introduce typos into a text-only email? >>
I sent a plain text email (not HTML) to a list of a few thousand of my company's clients/prospects. One of them sent back a copy of the message he received, and of about 500 words, there were six or seven that were typos -- either randomly repeated characters (eexpect) or in one case, a word with a space inserted into the middle of it. The original email contained none of these errors.
These seem to me like errors that might be introduced by a slow connection with many dropped packets, and I'm thinking maybe the user got the message on a wireless device that could be to blame...anyone ever seen this or have any thoughts?
I will check my own wireless device's version of this message, but in the meantime, thought I'd check in here.
posted by luser to computers & internet (12 answers total)
But, that said, it's actually pretty unlikely that an email travelling over any modern internet mail-delivery protocol would arrive with its body corrupted. Lots of mail transports tinker with headers and such, but the message body is considered a bit more sacred.
Error-detection is built into TCP/IP at the protocol level, so, according to spec, it would be impossible for a user-mode app to ever see a corrupt packet. I've never seen a corrupt email on a wireless device, and if I did, I'd expect to see corrupt web pages and images just as frequently.
It seems a bit more likely that a user or his email client did something odd in the process of replying. Or your software did something screwy right before it send the message. To put it another way, a bad TCP/IP stack or mail relay would be a fairly big deal, since those tend to be extensively tested and widely deployed. A bug in a user's mail agent would be, well, mundane.
Have no other people replied to the letter? Are you friends with any recipients where it wouldn't be awkward to ask them to forward it back to you to see if they also received it that way?
posted by mragreeable at 8:01 AM on August 11, 2004