mademast / sail

✉️ A strictly standards compliant SMTP server
ISC License
10 stars 0 forks source link

reject parameters on RSET, DATA, etc commands #16

Closed novedevo closed 3 years ago

novedevo commented 3 years ago

which we SHOULD be doing. currently we accept them due to the wildcard, we need to ensure that they aren't accepted. We should also split at spaces for all commands.

novedevo commented 3 years ago

QUIT also needs to reject parameters. NOOP, on the other hand, needs to ignore parameters, for whatever reason.

novedevo commented 3 years ago

Fixed by c2899883af229f449e9e81c642d203397f466b5d