dominic soh wrote:
>
> Hi,
> I have trying to add a message footer to all the messages but I not
> able to do so.
> I use the following syntax:
>
> message_footer << END
> This is a test
>
> END
>
> Is it the correct way? Or is there any way to trace or debug?
> I am using majordomo-1.94.5 and sendmail 8.8.8. Any help will be
> appreciated.
>
> Thanks in advance.
>
> Dominic
Dominic,
My understanding is that a "blank line" is not allowed at the end of
the footer or any other text entry om the config file.
Try this to get a blank line:
message_footer << END
This is a test
-
END
Try this if you don't need the blank line at the end:
message_footer << END
This is a test
END
Jay O'Brien
Rio Linda, CA
Follow-Ups:
References:
|
|