In message <9506110117.AA04660@miles.cae.bosenet>, David Williams writes:
>> $mailer = "/usr/lib/sendmail -f\$sender -t";
>
>Nope, not at all. I left $mailer as it was when I got majordomo:
>
> $mailer = "/usr/lib/sendmail -f\$owner -t";
Hm, then how did "$sender" get changed to "$owner"?
Majordomo ships with "$sender". If it got changed to $owner I can
see how that would get screwed up since $owner will be null, and then
sendmail will complain because the argument to the -f flag is null.
--Dave
References:
|
|