nodemailer / smtp-server

Create custom SMTP servers on the fly
Other
846 stars 145 forks source link

_parseAddressCommand not parsing properly (false positives) #162

Open niftylettuce opened 3 years ago

niftylettuce commented 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.