/*
* handles HELP command
*
* @see org.apache.james.smtpserver.CommandHandler#onCommand(SMTPSession)
**/
String responseString = "502 "+DSNStatus.getStatus(DSNStatus.PERMANENT,DSNStatus.SYSTEM_NOT_CAPABLE)+" HELP is not supported";
session.writeResponse(responseString);