Jake Ruddy wrote:
>
> Hi,
>
> I am looking through the list.conf file and I see 2 settings.
Hopefully, you mean list.config rather than list.conf.
>
> # subject_prefix [word] (undef) <resend>
> # This word will be prefixed to the subject line, if it is not
> # already in the subject. The text is expanded before being used.
> # The following expansion tokens are defined: $LIST - the name of
> # the current list, $SENDER - the sender as taken from the from
> # line, $VERSION, the version of majordomo.
> subject_prefix = $LIST
I would accent this more like [$LIST] including the square braces, but
either way, the name of the list should be expanded into your resent
messages. You are using /path-to/majordomo/wrapper resend in your aliases
for the list, right?
>
> and
>
> # reply_to [word] () <resend,digest>
> # Put a reply-to header with value <value> into the outgoing
> # message. If the token $SENDER is used, then the address of the
> # sender is used as the value of the reply-to header. This is the
> # value of the reply-to header for digest lists.
> reply_to =
> >
>
> The subject prefix doesn't seem to work with $LIST and for the reply_to I
> have tried $list $LIST and whatever-list@whatever.com. None seem to work?
>
> Is there something I am missing here?
If you are forcing all replies to come back to the list address/alias, this
should be set to the actual name of the list, without the @domain.com.
The domain will be added by the resend_host = setting. If resend_host =
is blank, the reply_to = can be the fully qualified email address of the list.
NOTE: If you are not using the resend script in your alias for the list,
none of what you put here matters, because it will not be used anyway.
Dan Liston
References:
|
|