Open niftylettuce opened 3 years ago
I believe there is a bug with _parseAddressCommand as it may not be parsing properly, and not returning false when it should. I haven't been able yet to narrow down exactly the culprit, but as soon I can, I will let you know. Ref: https://github.com/nodemailer/smtp-server/blob/17fd809cf74d6ba5d9a4711d05ff4d379bbb6bb3/lib/smtp-connection.js#L493.
_parseAddressCommand
false
I believe there is a bug with
_parseAddressCommand
as it may not be parsing properly, and not returningfalse
when it should. I haven't been able yet to narrow down exactly the culprit, but as soon I can, I will let you know. Ref: https://github.com/nodemailer/smtp-server/blob/17fd809cf74d6ba5d9a4711d05ff4d379bbb6bb3/lib/smtp-connection.js#L493.