On Tue, 22 Oct 1996, Paul Taylor wrote:
> Hi All
>
> I got the virtual domains working fine under 1.94
>
> Question is, how do I tell request.answer to respond with the desired
> hostname ?
>
> I entered '-C /pathto/virtual/majordomo.cf' at the end of the pipe.
> This changes the Reply to, and content of the message. What it does
> not do it change the 'From:' and it also loses the actual list name,
> i.e. the message comes back as from '-request@actualdomain.com'
> instead of 'name-request@virtual.com'. The content of the message
> also loses all the list name sections.
>
> Any help would be appreciated.
Look for these lines in request-answer
--
print MAIL <<"EOM";
To: $reply_to
From: $list-request
Subject: Your mail to $list-request\@$whereami
In-Reply-To: $in_reply_to
Reply-To: $list-approval\@$whereami
--
and change
From: $list-request
to
From: $list-request\@$whereami
That should do it.
-Ajay.
References:
|
|