mludvig / smtp-cli

The ultimate command line SMTP client
http://smtp-cli.logix.cz
188 stars 32 forks source link

SMTP syntax errors #9

Closed DerDakon closed 7 years ago

DerDakon commented 8 years ago

It's "MAIL FROM:<…>" and "RCPT TO:<…>", i.e. no spaces between colon and opening brace, see RfC 5321.

mludvig commented 8 years ago

Thanks for the report, you're indeed correct. Out of interest - what SMTP server rejects the space? I haven't had any other reports about that...

Michael

On 15/01/16 11:46, Rolf Eike Beer wrote:

It's "MAIL FROM:<…>" and "RCPT TO:<…>", i.e. no spaces between colon and opening brace, see RfC 5321 https://tools.ietf.org/html/rfc5321#page-20.

— Reply to this email directly or view it on GitHub https://github.com/mludvig/smtp-cli/issues/9.

DerDakon commented 8 years ago

Qsmtp has a per-user setting to reject those as they are often a sign of spam bots.