On Mon, 28 Apr 2003 12:35:31 +0200, Mer Gimenez <[log in to unmask]>  said:

> Notebook= Yes,/usr/local/sendmail/listserv/notebook/utc,Monthly,Private
> by
> Notebook= Yes,/usr/local/listserv2/notebook/utc,Monthly,Private

symlinks are your friend.

mkdir -p /usr/local/sendmail/listserv
ln -s /usr/local/listserv2/notebook /usr/local/sendmail/listserv/notebook

If you actually go to update your lists, you *might* want to think
about making the list have:

Notebook= Yes,/listserv/notebook/foo-l,....

And then have /listserv/notebook be a symlink - that way you can transparently
move it from /usr/local/listserv2/ to /home/listserv to wherever as needed...