} else {
responseString = "354 Ok Send data ending with <CRLF>.<CRLF>";
session.writeResponse(responseString);
InputStream msgIn = new CharTerminatedInputStream(session.getInputStream(), SMTPTerminator);
try {
msgIn = new BytesReadResetInputStream(msgIn,
session.getWatchdog(),
session.getConfigurationData().getResetLength());
// if the message size limit has been set, we'll
// wrap msgIn with a SizeLimitedInputStream