case constants.denydisconnect:
                this.respond(550, msg || "Message denied",() => {
                    this.msg_count.reject++;
                    this.transaction.msg_status = 'rejected';
                    this.disconnect();