[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] majordomo question
- Subject: Re: [cobalt-users] majordomo question
- From: "P.V.Anthony" <pvantony@xxxxxxxxxxxxxx>
- Date: Fri Jun 28 21:03:00 2002
- Organization: Mind & Media
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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
>
> _________________________________________________________________
> MSN Photos is the easiest way to share and print your photos:
> http://photos.msn.com/support/worldwide.aspx
>
> _______________________________________________
> cobalt-users mailing list
> cobalt-users@xxxxxxxxxxxxxxx
> To Subscribe or Unsubscribe, please go to:
> http://list.cobalt.com/mailman/listinfo/cobalt-users
>