James does bounce back to the envelope sender (indirectly, using the
Return-path header, not mail.getSender()), but with a NOT null reverse path.
So the problem is that the bounce may bounce back. I.e. the bounce should be
sent with
MAIL FROM: <>

As I see currently it is sent with MAIL FROM: <[EMAIL PROTECTED]>
(for example, this is the default).


----- Original Message ----- 
From: "Danny Angus" <[EMAIL PROTECTED]>
To: "James Developers List" <[EMAIL PROTECTED]>
Sent: Tuesday, July 01, 2003 4:46 PM
Subject: RE: Bounce, outgoing reverse path and fromAddress


>
>
> > Let assume that the other mail server is also a James server. What
happens
> > is that:
> > -it receives the mail with a reverse path postmaster
> > -it overwrites the Return-path header of the mail with the reverse path,
> > i.e. our postmaster!
> > -the bounce has an invalid address (virus or spam)
> > -it takes the new Return-path, which is postmaster, and sends back the
> > message to out postmaster. Of courese this is what we wanted to avoid.
>
> I don't think this is true, James should return a bounce to the envelope
sender( mail.getSender() ) which should also be copied to the return path
header.
> Shouldn't it??
>
> d.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to