fix typo in smtp error code

This commit is contained in:
Mechiel Lukkien
2024-04-14 12:42:47 +02:00
parent e585a4d180
commit 2a949f9f79
2 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,7 @@ var (
SeMsg6Other0 = "6.0"
SeMsg6MediaUnsupported1 = "6.1"
SeMsg6ConversionProhibited2 = "6.2"
SeMsg6ConversoinUnsupported3 = "6.3"
SeMsg6ConversionUnsupported3 = "6.3"
SeMsg6ConversionWithLoss4 = "6.4"
SeMsg6ConversionFailed5 = "6.5"
SeMsg6NonASCIIAddrNotPermitted7 = "6.7" // ../rfc/6531:735