You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ji...@apache.org on 2004/04/22 01:53:54 UTC

[jira] Updated: (JAMES-264) mail list loop caused by using Return-Path

The following issue has been updated:

    Updater: Noel J. Bergman (mailto:noel@devtech.com)
       Date: Wed, 21 Apr 2004 4:53 PM
    Changes:
             Fix Version changed to 2.2.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/JAMES-264?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/JAMES-264

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: JAMES-264
    Summary: mail list loop caused by using Return-Path
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: James
 Components: 
             SMTPServer
             James Core
   Fix Fors:
             2.2.1

   Assignee: 
   Reporter: Hontvari Jozsef

    Created: Tue, 20 Apr 2004 2:22 AM
    Updated: Wed, 21 Apr 2004 4:53 PM

Description:
Related email thread: 
http://nagoya.apache.org/eyebrowse/ReadMsg?listName=james-dev@jakarta.apache.org&msgNo=11183

Email lists managed by the current list mailets may cause a mail loop seriously affecting all list members. 

The reason is that the Return-Path header is not used according to its specification and in addition it is used inconsistently. In some cases it is used to determine the reverse path instead of using the reverse path stored along the email in the Mail class.

The correct solution would be to eliminate the dependency on the Return-Path header. E.g. it should not be used to determine the reverse path, the smtp server should not add this header, but either LocalDelivery or a specific mailstore should.)

I have a quick workaround which prevents the mail loop in the first email, the source code is in the first email of the above thread.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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