nodemailer / smtp-server

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

onVRFY handler? #194

Closed immjs closed 10 months ago

immjs commented 1 year ago

I was wondering if it would make sense to have an onVRFY handler, since this command is supported some addresses may be falsely marked as existing by email services

andris9 commented 10 months ago

VRFY command is long extinct. The main reason why smtp-server has a dummy handler for VRFY is to avoid counting these commands as invalid requests and thus prevent ending the SMTP session prematurely once the invalid request counter gets too high.