The problem might be on the client-side instead of the server-side.
I have noticed that Outlook, which uses MIME to send and receive all
messages, "drops" the footers coming from Majordomo. Any mail client that
has this turn on will never see the footer at the bottom of the message
since it is inside of one of the MIME sections.
Hope this helps...
-Julian.
At 10:41 AM 4/27/2000 -0700, Jay O'Brien wrote:
>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
References:
|
|