Lorraine,
Here's one fix for one aspect of the msmail problem which was sent to clif
and was apparently implemented:
--------------------------------------------------------------
>>>>> "Shawn" == smolsky <smolsky@esc.camden.ge.com> writes:
Shawn> In response to AMillar@bolis.sf-bay.org's question about
Shawn> our sendmail program. Our sendmail does properly deliver to
Shawn> e-mails with a # located in the address.
Shawn> Thus, for me at least, the problem is strictly with majordomo
Shawn> adding the complete e-mail address to the list. It now only
Shawn> places stuff before the first # on the list.
Well, we just went through this a few months ago, and I was the one
who started it that time (All-in-one mail does the same thing).
The solution I found was to look for the line in majordomo that strips
comments (I was told line 138, but I am not sure what version that was
for). Try replacing it with:
s/^\s*#.*//g; # strip comments
which will still allow majordomo to ignore comment lines, but only
when the entire line is a comment.
--
Dan Rich | drich@corp.sgi.com | (216) 433-8624
System Support Engineer | "Danger, you haven't seen the last of me!"
Silicon Graphics Inc. | "No, but the first of you turns my stomach!"
NASA Lewis Research Center | -- The Firesign Theatre's Nick Danger
http://www.sgi.com/hyplan/drich.html
-------------------------------------------------------------
And here is another aspect of the problem:
----------------------------------------
Date: Thu, 19 Jan 1995 07:19:14 -0500
From: root <root@list.cdc.gov>
Subject: Re: message approval from MSMail to moderated list
To: "Long, Johnny W." <LongJy@THECB.TEXAS.GOV>
Cc: "'Majordomo-user@GreatCircle.COM'" <Majordomo-users@GreatCircle.COM>
Sender: majordomo-users-owner@GreatCircle.COM
Precedence: bulk
X-UIDL: 790520160.053
Johnny, I too have run into this problem. Our entire user base of 7,000
mail users all use Microsoft Mail. I have had to put list moderators on
the Spry AIR Mail for Windows in order for them to moderate their list.
It appears Microsoft Mail adds a LF and CR before the Approved:
header. This causes the resend program to improperly parse the
commnad.
I plan on taking at look at the PERL code in resend to see if this can be
fixed eaisly. If not we're stuck with the problem. But yes it is
a MS related problem. If you come up with a solution please post it,
I'll do the same.
On Wed, 18 Jan 1995, Long, Johnny W. wrote:
>
> Approved:<list-password> does not seem to work from Standard WFW MSMail. I
> can only assume that it is injecting something between the header
> information and the Approved: making it not part of the header. Is there
> anyone approving messages to a list from WFW MSMail.
>
|
|