mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-08 11:38:56 +00:00
This gives us more flexibility in how we can build our parser, and is significantly easier to maintain. Part of this change is allowing the command parser to recognize the starting command verb in an otherwise failed command line parse; the intent is to provide slightly better error codes where SMTP defines them when we encounter such a thing. This commit doesn't do that; it's already pretty huge.