On Wed, 1 Jan 1997, Dave Wolfe wrote:
...
>
> [ Pam Skillman writes: ]
> >
> > I *can* run 'wrapper digest -r -C -l test-digest' on the command line
> > and create a digest with no problem.
> [...]
> > ----- Transcript of session follows -----
> > -l: No such file or directory
> > 554 "|/usr/local/majordomo-1.94/wrapper digest -r -C -l test-digest test-digest-outgoing"
>
> Looks like sendmail is smashing case on your command line, making -C
> into -c, which requires an argument (a config file path), so digest is
> grabbing -l as that path. There should be a way to tell sendmail
> (as newalias) to not smash case on the RHS of aliases, but can all your
> other aliases tolerate that change? Alternatively, I suppose you could
> have the alias run a shell script that invokes 'wrapper digest...' with
> the proper options and the list name passed to it, e.g. (untested):
>
> test-digestify: "|/usr/local/majordomo-1.94/digest.sh test"
>
> 'digest.sh' would be:
> ----
> #!/bin/sh
> exec /usr/local/majordomo-1.94/wrapper digest -r -C -l $1-digest $1-digest-outgoing
> ----
>
> --
> Dave Wolfe
>
I installed majordomo-1.94.1 and fixed the sendmail.cf file and all is
working now!! Thanks!!
However, when I installed majordomo-1.94.1 *before* the sendmail fix,
it didn't work, but I didn't get any error messages...nothing...zip..
zilch...nada... With 1.94, I was getting the "mailer error" in the
mail log and as list owner, I was getting the above mail with the error
in it. With 1.94.1, the mail log said 'stat=Sent', but it didn't create
a digest and there was no error message what-so-ever... Anyone know what
happened to the errors??
Thanks!
/////////////////////////////////////////////////////////////////////////////
pamela@infi.net Pamela J. Skillman
http://www.usgcc.odu.edu Systems Engineer III
Systems Engineering
InfiNet
(757) 624-2295 (x3082)
(757) 624-2473 FAX
/////////////////////////////////////////////////////////////////////////////
References:
|
|