Re: message_footer etc
Daniel Liston <[email protected]> Tue, 06 Nov 2007 17:40:32 -0500
| Newsgroups | gmane.mail.majordomo.general |
|---|---|
| Message-ID | <[email protected]> |
I do not think this is broken. If the user is not in the_mailing_list file, they will not receive a copy of the message. Therefore, without a message, there is nothing to apply a message_footer or message_header to. Dan Liston Jørn Dahl-Stamnes wrote: > Hello, > > I'm setting up a mailing list which get all the addresses from a SQL database. > A script is running every 24 hour to extract the e-mail adresses to two > files: > > the_mailing_list > the_mailing_list.post > > The first file contain the adresses of all who shall receive the mail while > the second file (.post) contain the email-adresses to all who are allowed to > post to the list. > > But I noticed that if an email adresse is listed in the .post and not in the > list itself, the text defined by message_header and message_footer is not > applied to the messages. Any way to fix this? >