Skip to content

RCPT expectCode correction

Compare
Choose a tag to compare
@xhit xhit released this 16 Oct 13:49
· 90 commits to master since this release

smtp.go: expectCode correction for RCPT for match 25x return code.

Earlier versions match only 250.

Match 25x return like valid code the 251 (User not local; will forward to )

251 code is deprecated in SMTP, but who knows who still uses it.