|
Majordomo-Users (July 2001) |
> I'm confused about message footers. Here's what's in the config file: > > message_footer << END > > END > > Where exactly does the footer go? Before the <<? After? After "END"? > Which "END"? The footer goes on the line(s) between the line ending with "<< END" and the line containing only "END". Like this: message_footer << END Put your footer here. It can be multiple lines, if you like. END References:
|