Great Circle Associates Majordomo-Users
(June 1998)
 

Indexed By Date: [Previous] [Next] Indexed By Thread: [Previous] [Next]

Subject: Re: Majordomo upgrade.
From: Jason L Tibbitts III <tibbs @ hpc . uh . edu>
Date: 11 Jun 1998 17:39:39 -0500
To: "Zbigniew, Ignatowicz" <zignatowicz @ scc . ca>
Cc: majordomo-users @ GreatCircle . COM
In-reply-to: "Zbigniew, Ignatowicz"'s message of "Thu, 11 Jun 1998 16:34:02 -0400"
References: <74A9D4C7C63FD01191350000F822E48C3E023B@server02>

>>>>> "ZI" == Zbigniew, Ignatowicz <zignatowicz@scc.ca> writes:

ZI> I upgraded the Majordomo software recently to version 1.94,
ZI> Sendmail to version 8.8.8.and PERL 5.004 on Digital Unix 4.0B.

The current versions of those are 1.94.4, 8.9, and 5.004_04 (soon to be
_05).  Why upgrade everything to not-current releases?

ZI> MAJORDOMO ABORT (mj_digest)!! l: No such file or directory


ZI> "|/usr/internet/majordomo/wrapper digest -r -C -l mistest-digest
ZI> mistest-digest-outgoing",

Many versions of sendmail will smash case on options, turning that into
"digest -r -c -l mistest-digest" which tells digest to look for a config
file named "-l".  One way to hack around this (which disables standalone
use of the digest program) is to change the code reading:

sub readconfig {
        if (defined($opt_C)) {
           if (!defined($opt_l)) {

to

sub readconfig {
        if (1)) {
           if (!defined($opt_l)) {

and get rid of the -C option.

 - J<


Follow-Ups:
References:
Indexed By Date Previous: Re: question about installing
From: Ben Smithurst <ben@scientia.demon.co.uk>
Next: restrict post to domain?
From: support1@web.net (Alan Dixon)
Indexed By Thread Previous: Majordomo upgrade.
From: "Zbigniew, Ignatowicz" <zignatowicz@scc.ca>
Next: Re: Majordomo upgrade.
From: Christopher Lindsey <lindsey@ncsa.uiuc.edu>

Google
 
Search Internet Search www.greatcircle.com