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