I'd create 2 lists for best organization and manageability. Thus,
you'd have:
test: /path/to/resend ...flags..., test-outgoing
test-outgoing::include:/home/majordomo/lists/test,list2-outgoing,"|/home/majordomo/wrapper archive2.pl -a -M -f /home/majordomo/lists/archive/test/test"
with
# In case anyone tries to post to list2
list2: test
# The alias that will let you include a second set of addresses, above.
list2-outgoing::include:/home/majordomo/lists/list2
which is similar to the digest setup.
The gist is that you create a separate alias with the include line
for the 2nd list and include that alias on the -outgoing line of the
first list.
--
Omar
On Tue, Sep 21, 1999 at 03:06:40PM +0000, Kitty.Smith@wichita.edu wrote:
>
> My first thought was to have two files in the outgoing line of the aliases
> file. One that functions in the normal fashion, while the other is
> recreated each day. I attempted to just add the path to the second file to
> the list-outgoing line, but it did not work.
>
> test-outgoing::include:/home/majordomo/lists/test1,
> /home/majordomo/lists/test2,
> "|/home/majordomo/wrapper archive2.pl -a -M -f
> /home/majordomo/lists/archive/test/test
Follow-Ups:
References:
|
|