|
Subject: |
Re: multiple related lists, one copy? |
|
From: |
Arnold de Leon <arnold @
Synopsys .
COM> |
|
Date: |
Fri, 20 Jan 1995 12:19:47 -0800 |
|
To: |
majordomo-users @
greatcircle .
com |
|
In-reply-to: |
"Mats Wichmann (mipsABI Consultant)" <mats@questa.esd.sgi.com> "multiple related lists, one copy?" (Jan 20, 11:27am) |
One trick is to create a "list" that delivers
to other lists outgoing addresses directly.
Here are outbound addresses for three lists,
foobar-all contabins foobar-sub1 and foobar-sub2.
foobar-all-out: :include:/var/majordomo/lists/foobar-sub1,
:include:/var/majordomo/lists/foobar-sub2,
"| /depot/majordomo/etc/wrapper archive2.pl -a -m -f /mail-archives/foobar-all"
foobar-sub1-out: :include:/var/majordomo/lists/foobar-sub1,
"| /depot/majordomo/etc/wrapper archive2.pl -a -m -f /mail-archives/foobar-sub1"
foobar-sub2-out: :include:/var/majordomo/lists/foobar-sub2,
"| /depot/majordomo/etc/wrapper archive2.pl -a -m -f /mail-archives/foobar-sub2"
What you are trying to avoid is separate
processes from handling the mail delivery so
mailer can perform duplicate suppression.
arnold
|
|