You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/05/14 02:04:37 UTC

[james-project] 02/09: fixup! JAMES-3574 LMTP DATA processing errors should be propagated upstream

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 9f676d6daca99d871292c58e6d5933b8fee2a910
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed May 12 10:39:21 2021 +0700

    fixup! JAMES-3574 LMTP DATA processing errors should be propagated upstream
---
 .../main/java/org/apache/james/lmtpserver/MailetContainerHandler.java    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/protocols/protocols-lmtp/src/main/java/org/apache/james/lmtpserver/MailetContainerHandler.java b/server/protocols/protocols-lmtp/src/main/java/org/apache/james/lmtpserver/MailetContainerHandler.java
index 3f7d18d..3382331 100644
--- a/server/protocols/protocols-lmtp/src/main/java/org/apache/james/lmtpserver/MailetContainerHandler.java
+++ b/server/protocols/protocols-lmtp/src/main/java/org/apache/james/lmtpserver/MailetContainerHandler.java
@@ -20,7 +20,6 @@
 package org.apache.james.lmtpserver;
 
 import javax.inject.Inject;
-import javax.mail.MessagingException;
 
 import org.apache.james.mailetcontainer.api.MailProcessor;
 import org.apache.james.protocols.api.Response;

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org