We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example server logs:
... AUTH PLAIN *masked* 454 4.7.0 auth failed * -> produces 'Command too short: "*"' 501 5.5.2 Bad command QUIT 221 2.0.0 Bye
Expected behavior:
... AUTH PLAIN *masked* 454 4.7.0 auth failed * 501 5.0.0 Negotiation cancelled QUIT 221 2.0.0 Bye
See related code:
client:
go-smtp/client.go
Line 353 in 608f3c2
server code which is triggered:
go-smtp/parse.go
Line 18 in 608f3c2
go-smtp/server.go
Lines 175 to 181 in 608f3c2
server code, which expected be triggered:
go-smtp/conn.go
Lines 568 to 572 in 608f3c2
The text was updated successfully, but these errors were encountered:
That's not my reading of the RFC here. To my understanding * is only valid as a response to a 334, ie. it's not valid as a response to a 454.
*
Sorry, something went wrong.
No branches or pull requests
Example server logs:
Expected behavior:
See related code:
client:
go-smtp/client.go
Line 353 in 608f3c2
server code which is triggered:
go-smtp/parse.go
Line 18 in 608f3c2
via
go-smtp/server.go
Lines 175 to 181 in 608f3c2
server code, which expected be triggered:
go-smtp/conn.go
Lines 568 to 572 in 608f3c2
The text was updated successfully, but these errors were encountered: