Handler method called upon receipt of a VRFY command.
This method informs the client that the command is
not implemented.
String responseString = "502 "+DSNStatus.getStatus(DSNStatus.PERMANENT,DSNStatus.SYSTEM_NOT_CAPABLE)+" VRFY is not supported";
session.writeResponse(responseString);