Skip to content

Commit

Permalink
Expect proper SMTP greeting
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoangel authored Dec 3, 2024
1 parent 6037c98 commit 7610047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prober/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ var (
startTLSqueryResponses = map[string][]queryResponse{
"smtp": []queryResponse{
queryResponse{
expect: "^220",
expect: "^220 ",
},
queryResponse{
send: "EHLO prober",
Expand Down

0 comments on commit 7610047

Please sign in to comment.