>
> Ok, I've got my list working finally. Got a new version of sendmail
> installed.
>
> Now I've installed majordomo 1.93 and the archiving aborts. I get a
> bunch of the following:
>
> --------------------
> MAJORDOMO ABORT
>
> @archive_dirs not defined in majordomo.cf! Aborting.
> --------------------------
>
> Here's the relevant stuff from my majordomo.cf: As you can see,
> @archive_dirs is set. Maybe the syntax is wrong, I've tried it
> several ways that have been posted recently, but still get the
> aborts.
> $homedir = "/usr/local/majordomo";
> $filedir = "$homedir/Archives";
> $filedir_suffix = "";
> @archive_dirs = (</usr/local/majordomo/Archives/*>);
...................^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I'm only a newbie to majordomo (an a Perl virgin), but I
don't think that this is a valid string expression!
(Experienced folks please correct me if wrong)
Where are the quotes and why the brackets?
johnd
Follow-Ups:
|
|