Liam Ward writes:
> OK, now that the Return-Path thing is sorted, I've noticed that digest isn't
> putting the Subject lines into the header of the digest, e.g.:
>
>
> ====================
>
> Seagulls-digest Friday, April 4 1997 Volume 02 : Number 005
Have you set up the message_fronter? It's not a default.
# message_fronter [string_array] (undef) <resend,digest>
# Text to be prepended to the beginning of all messages posted to
# the list. 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. If used in a digest, only the expansion
# token _SUBJECTS_ is available, and it expands to the list of
# message subjects in the digest
message_fronter << END
- Today's Subjects:
- -----------------
- _SUBJECTS_
END
References:
|
|