public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* ezmlm problem with Received: headers from "ezmlm-send -r"
@ 2004-04-03 19:32 Christopher Faylor
  2004-04-03 21:08 ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2004-04-03 19:32 UTC (permalink / raw)
  To: overseers

In the process of setting things up to deal with an email server at a
new job, I stumbled across a problem with the way ezmlm adds received
headers to outgoing email.

Currently, ezmlm copies the original Received headers to the email
message following all of the other stuff that it puts in the header.
This should be ok but Microsoft ESMTP Mail Service (sigh) seems to delete
everything between the two blocks of Received headers.

If this was just my problem, I'd work around it somehow but I can see
that there might be a number of people out there using this server who
are unable to see many of the headers that ezmlm adds to a message.

Ian or Jason, does this ring a bell with you?  I don't see anything
wrong with what ezmlm is doing but it is a losing battle to expect that
everyone in the world who is using a Microsoft mail server to patch
their servers.

If it matters, the server seems to be:
Microsoft ESMTP MAIL Service, Version: 5.0.2195.6713

cgf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ezmlm problem with Received: headers from "ezmlm-send -r"
  2004-04-03 19:32 ezmlm problem with Received: headers from "ezmlm-send -r" Christopher Faylor
@ 2004-04-03 21:08 ` Christopher Faylor
  2004-04-03 21:24   ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2004-04-03 21:08 UTC (permalink / raw)
  To: overseers

On Sat, Apr 03, 2004 at 02:32:08PM -0500, Christopher Faylor wrote:
>In the process of setting things up to deal with an email server at a
>new job, I stumbled across a problem with the way ezmlm adds received
>headers to outgoing email.
>
>Currently, ezmlm copies the original Received headers to the email
>message following all of the other stuff that it puts in the header.
>This should be ok but Microsoft ESMTP Mail Service (sigh) seems to delete
>everything between the two blocks of Received headers.

Sorry.  I got this wrong.  It is exactly the reverse.  First the special
stuff that ezmlm adds, then the Received lines.  I'm theorizing that it
is the split in received lines that is confusing Microsoft Exchange.

cgf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ezmlm problem with Received: headers from "ezmlm-send -r"
  2004-04-03 21:08 ` Christopher Faylor
@ 2004-04-03 21:24   ` Christopher Faylor
  2004-04-05 14:52     ` Ian Lance Taylor
  0 siblings, 1 reply; 5+ messages in thread
From: Christopher Faylor @ 2004-04-03 21:24 UTC (permalink / raw)
  To: overseers

On Sat, Apr 03, 2004 at 04:08:30PM -0500, Christopher Faylor wrote:
>On Sat, Apr 03, 2004 at 02:32:08PM -0500, Christopher Faylor wrote:
>>In the process of setting things up to deal with an email server at a
>>new job, I stumbled across a problem with the way ezmlm adds received
>>headers to outgoing email.
>>
>>Currently, ezmlm copies the original Received headers to the email
>>message following all of the other stuff that it puts in the header.
>>This should be ok but Microsoft ESMTP Mail Service (sigh) seems to delete
>>everything between the two blocks of Received headers.
>
>Sorry.  I got this wrong.  It is exactly the reverse.  First the special
>stuff that ezmlm adds, then the Received lines.  I'm theorizing that it
>is the split in received lines that is confusing Microsoft Exchange.

And, wrongness abounds.  I made a simple change to 'ezmlm-send' to
reorganize the headers and that does not fix the problem.  Exchange
seems to be arbitrarily dropping certain headers.  The odd thing is that
when I telnet to port 25 and inject email, the headers come through
unscathed.

I'm surprised that we haven't had more complaints about this.

cgf

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ezmlm problem with Received: headers from "ezmlm-send -r"
  2004-04-03 21:24   ` Christopher Faylor
@ 2004-04-05 14:52     ` Ian Lance Taylor
  2004-04-05 15:35       ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Ian Lance Taylor @ 2004-04-05 14:52 UTC (permalink / raw)
  To: Christopher Faylor; +Cc: overseers

Christopher Faylor <cgf@timesys.com> writes:

> And, wrongness abounds.  I made a simple change to 'ezmlm-send' to
> reorganize the headers and that does not fix the problem.  Exchange
> seems to be arbitrarily dropping certain headers.  The odd thing is that
> when I telnet to port 25 and inject email, the headers come through
> unscathed.

That is weird to the point of being inexplicable.  I haven't heard of
this problem before.

Ian

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: ezmlm problem with Received: headers from "ezmlm-send -r"
  2004-04-05 14:52     ` Ian Lance Taylor
@ 2004-04-05 15:35       ` Christopher Faylor
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Faylor @ 2004-04-05 15:35 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: overseers

On Mon, Apr 05, 2004 at 10:52:41AM -0400, Ian Lance Taylor wrote:
>Christopher Faylor <cgf@timesys.com> writes:
>>And, wrongness abounds.  I made a simple change to 'ezmlm-send' to
>>reorganize the headers and that does not fix the problem.  Exchange
>>seems to be arbitrarily dropping certain headers.  The odd thing is
>>that when I telnet to port 25 and inject email, the headers come
>>through unscathed.
>
>That is weird to the point of being inexplicable.  I haven't heard of
>this problem before.

I think it has something to do with some ordering that I am not getting.
I only saw a List-* survive once and haven't been able to duplicate it
since.  For now, I'm assuming that this is a timesys problem and am
pursuing it as such.

I was sort of concerned that maybe other sites out there were suffering
from similar problems but, in absence of other complaints, I think we
can just ignore this.

Sorry for the noise.

cgf

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-04-05 15:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-03 19:32 ezmlm problem with Received: headers from "ezmlm-send -r" Christopher Faylor
2004-04-03 21:08 ` Christopher Faylor
2004-04-03 21:24   ` Christopher Faylor
2004-04-05 14:52     ` Ian Lance Taylor
2004-04-05 15:35       ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).