From: "P.V.Anthony" <pvantony@xxxxxxxxxxxxxx>
Reply-To: cobalt-users@xxxxxxxxxxxxxxx
To: <cobalt-users@xxxxxxxxxxxxxxx>
Subject: Re: [cobalt-users] majordomo question
Date: Sat, 29 Jun 2002 12:03:02 +0800
I think there is a good instruction at the cobalt knowledge base. It is
about changing the a conf file. If I find it I will send it.
P.V.Anthony
From the knowledgbase.
Normally, when you create a mailing list, the reply-to default
configuration is set so that a reply to a mailing list goes to the whole
list, as a discussion list would function.
These directions allow you to set the reply-to default configuration
of your mailing list so that a reply to a mailing list goes to the sender
of
the message instead, as a distribution list would function.
To change the list preference for all future mailing lists, change
the
following:
/usr/local/majordomo/config_parse.pl
From:
'reply_to', '#! local($TEMP) = $list;
if ( $list =~/-digest$/) {
$TEMP =~ s/-digest$//;
$TEMP;
} else {
"";
}',
To:
'reply_to', '$SENDER',
#'reply_to', '#! local($TEMP) = $list;
# if ( $list =~ /-digest$/) {
# $TEMP =~ s/-digest$//;
# $TEMP;
# } else {
# "";
# }',
To change the list preference for each existing mailing list, search
for each list's configuration file, such as home.config, and change the
following:
/usr/local/majordomo/lists/home.config
From:
reply_to =
To:
reply_to = $SENDER
For more information about majordomo you can visit
www.visi.com/~barr/majordomo-faq.html
----- Original Message -----
From: "Mike Smith" <msmith645@xxxxxxxxxxx>
To: <cobalt-users@xxxxxxxxxxxxxxx>
Sent: Saturday, June 29, 2002 10:58 AM
Subject: [cobalt-users] majordomo question
> Anyone know if it is possible to change the "FROM" address on a
majordomo
> list to the name of the list rather than the sender?
>
> TIA,
> mike
>