On Sat, 18 Oct 1997, Mark Rauterkus wrote:
> The problem:
> I want to send one message to every subscriber who is on any of my MJ
> listz. I don't want to send one-message to every list -- as that badgers
> those who hold multiple subscriptions.
>
> Today's Status:
> I think this works. I've done a bit of testing. Perhaps there is a better
> way too. ??
> [description of basically using "include: :lots of files" in aliases]
Alternatively set up a list, say big_list, with subscribing and
unsubscribing closed, and do something like
cat [source lists] | tr '[A-Z]' '[a-z]' | sort | uniq > big_list
I have a Makefile which does exactly that for some lists. The config
for big_list has
restrict_post = big_list_posters
which is maintained separately.
-j
--
Jeffrey Goldberg +44 (0)1234 750 111 x 2826
Cranfield Computer Centre FAX 751 814
J.Goldberg@Cranfield.ac.uk http://WWW.Cranfield.ac.uk/public/cc/cc047/
Relativism is the triumph of authority over truth, convention over justice.
References:
|
|