Message:

   The following issue has been resolved as FIXED.

   Resolver: Noel J. Bergman
       Date: Wed, 18 Aug 2004 5:53 PM

This should be fixed in CVS and 2.2.1 test build.  The fix is a general fix to rely 
upon the reverse path, and remove the use of the Return-Path header (except during 
final local delivery).
---------------------------------------------------------------------
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: Resolved
   Priority: Major
 Resolution: FIXED

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

   Assignee: 
   Reporter: Hontvari Jozsef

    Created: Tue, 20 Apr 2004 2:22 AM
    Updated: Wed, 18 Aug 2004 5:53 PM

Description:
Related email thread: 
http://nagoya.apache.org/eyebrowse/[EMAIL PROTECTED]&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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to