This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Your setting Return-Path to YOU in your cygwin@cygwin postings


On Wed, Mar 4, 2009 at 12:02 PM, Paul McFerrin wrote:
> I thank you both for enlightning me on this subject.
>
> I'm using the Thunderbird email client. ÂI have observed that it is wrongly
> using the "Return-Path" and not the "Reply-To" even in the email composing
> phase before the ISP gets involved. ÂI'll watch that more or seekout a RFC
> compliant email client.

Thunderbird is one of the more obsessively-RFC-compliant mail user
agents out there, and I would be quite surprised if this were the
case.  I see a bug reporting such behavior -
https://bugzilla.mozilla.org/show_bug.cgi?id=396273 - but that turned
out to be a side effect of the SMTP server, which was changing the
From: address to match the Reply-To.

This stuff is not hard to test:

$ sendmail -t <<EOF
From: from.address@example.com
To: <my email address>
Return-Path: return.path@example.com
Subject: Testing

Where does a reply go?
EOF

When the message arrived in Thunderbird, I hit "reply"; it correctly
addressed the reply to 'from.address', not 'return.path'.  So I don't
think your MUA is the problem.

-- 
Mark J. Reed <markjreed@gmail.com>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]