case constants.deny:
                this.respond(550, msg || "EHLO denied", () => {
                    this.set('hello', 'verb', null);
                    this.set('hello', 'host', null);
                });