I posted an earlier message that contained some misleading information.
My problem appears to be with mail messages with mime formatted headers.
The problem as I see it is mime prepends (the users full name possibly delimited by
spaces) before the actual Reply-To: data. In the example below this is Don Murphy.
With a non-mime mailer the username@hostname appears before the description. This
works in all cases for me. Complete details of these header files are given below.
Any help appreciated.
Thanks agian,
Don Murphy
My majordomo installation does not work with the following header:
Note the: Reply-To: Don Murphy <dmurphy@cera>
My mailer gets confused because "Don" is parsed as the reply_to addresss.
The full header is shown below.
Return-Path: <dmurphy@cera>
Received: from cera by cera.eng.sun.com (SMI-8.6/SMI-SVR4) id JAA27709; Tue, 10 Dec 1996 09:01:00 -0800
Date: Tue, 10 Dec 1996 09:01:00 -0800 (PST)
From: Don Murphy <dmurphy@cera>
Reply-To: Don Murphy <dmurphy@cera>
Subject: Test from cera
To: dmurphy@cera
Message-ID: <libSDtMail.9612100901.31737.dmurphy@cera/cera>
MIME-Version: 1.0
Content-Type: TEXT/plain; charset=us-ascii
Content-MD5: 1B2M2Y8AsgTpgAmY7PhCfg==
X-Mailer: dtmail 1.1.0 CDE Version 1.1_45 SunOS 5.5.1 sun4u sparc
Content-Length: 0
My majordomo installation works with the following headers:
Return-Path: <dmurphy@capra>
Received: from capra.eng.sun.com by cera.eng.sun.com (SMI-8.6/SMI-SVR4) id JAA27721; Tue, 10 Dec 1996 09:03:02 -0800
Received: by capra.eng.sun.com (SMI-8.6/SMI-SVR4) id JAA21018; Tue, 10 Dec 1996 09:03:24 -0800
Date: Tue, 10 Dec 1996 09:03:24 -0800
From: dmurphy@capra (Don Murphy)
Message-Id: <199612101703.JAA21018@capra.eng.sun.com>
To: dmurphy@capra
Subject: test from capra using mailx
Content-Length: 0
Return-Path: <dmurphy>
Received: by cera.eng.sun.com (SMI-8.6/SMI-SVR4) id JAA27715; Tue, 10 Dec 1996 09:02:08 -0800
Date: Tue, 10 Dec 1996 09:02:08 -0800
From: dmurphy (Don Murphy)
Message-Id: <199612101702.JAA27715@cera.eng.sun.com>
To: dmurphy
Subject: test from cera with mailx
Content-Length: 0
grepping the majordomo sources I have come up with two lines that hit mime:
cera% grep -i mime *
majordomo: # treat lines beginning with "-" as END only if this is NOT a MIME
majordomo: # multipart msg. MIME messages should have "Content-Type:"
cera%
Content-Type
multipart
|
|