[6593] in SIPB bug reports
Re: xmcd
daemon@ATHENA.MIT.EDU (Jacob Morzinski)
Mon Nov 24 07:23:15 1997
To: Mike Whitson <mwhitson@MIT.EDU>
Cc: bug-sipb@MIT.EDU
In-Reply-To: Your message of "Mon, 24 Nov 1997 05:42:13 -0500."
<199711241042.FAA03288@dzur.mit.edu>
Date: Mon, 24 Nov 1997 07:23:05 EST
From: "Jacob Morzinski" <jmorzins@MIT.EDU>
On Mon, 24 Nov 1997, Mike Whitson <mwhitson@MIT.EDU> wrote:
>XMcd*cddbMailCmd: mailx -s '%S' %A <%F >/dev/null 2>&1
>
>Mailx should probably be changed to a mailer that
>exists in our environment.
Hm. I've seen problems like this before, with outside software
assuming that we have a mail command that works. (Or that
our mail command accepts the '-s' flag.)
I've changed the line to read
XMcd*cddbMailCmd: mhmail -s '%S' %A <%F >/dev/null 2>&1
I haven't tried to submit any cd's, but tests of sending email
to myself indicates that this works on our four main platforms.
-jacob