Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xhit committed Nov 21, 2023
1 parent 7e8b29b commit 4ae0cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smtp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,7 @@ func (c *smtpClient) verify(addr string) error {
if err := validateLine(addr); err != nil {
return err
}
if err := c.hello(); err != nil {
if err := c.hello(false); err != nil {
return err
}
_, _, err := c.cmd(250, "VRFY %s", addr)
Expand Down

0 comments on commit 4ae0cd0

Please sign in to comment.