I believe all of the programs just eval() the contents of the
majordomo.cf file, so as long as you stick to perl syntax you're safe.
That being the case, you can ditch the backslashes and still put the
directories on multiple lines.
scott goodman
uniserve
> Tom Glover Wrote:
> >
> > If I am using the archive2.pl script, is the following correct:-
> >
> > @archive_dirs = ( "/usr/local/mail/archive/firstlist", \
> > "/usr/local/mail/archive/secondlist", \
> > "/usr/local/mail/archive/lastlist" \
> > );
> > I would apreciate any constructive advice.
>
> Greg Robinson wrote:
>
> Hi Tom,
>
> Why can't you stick them all on one line? Stuff readability, let's get the
> damn thing to work!
>
References:
|
|