I operate a web site that offers user registrations. Users get automatic registration success e-mails, sent through a professional e-mail hosting company (not directly from our own server). This has worked well for months.
Today for the first time a registration success e-mail has bounced with the error message:
host ghost.mxroute.com[49.12.120.198] said: 550 High scoring spam message has been dropped (in reply to end of DATA command)
I know in general that this means that the recipient's e-mail server classified our registration e-mail as spam, and also the general tips on how to avoid this, like setting up DMARC, avoiding "spammy sounding" wording and stretching the sending of e-mails over time. In fact, our registration confirmation e-mail scores 10/10 on https://www.mail-tester.com/.
Now I am trying to figure out why exactly my e-mail was classified as spam, and I am unsure what exactly the error message tells me. Specifically, I have these two questions:
- Does "high scoring spam message" specifically mean that the content of the e-mail was classified as spam, or could this just as well point to any of the other possible reasons (like the sending server's IP address being blacklisted etc.)?
- What does "in reply to end of DATA command" mean? Specifically, what is the "DATA command"?