Neil wrote:
>
>Is there is any way to get Mailman to specify "Dear person's name" for 
>example at the top of each person's email.
>
>EG:
>
>Dear John,
>
>This month in bla bla bla bla....


You can enable personalization for the list. If you don't see the
'personalize' settings on the Non-digest options list admin page, you
or your provider need to enable it by putting

OWNERS_CAN_ENABLE_PERSONALIZATION = Yes

in mm_cfg.py. Then you can put something like

Dear %(user_name)s,

in msg_header, but note that this will only work well if the messages
are plain text with no attachments. If the message is HTML, the header
will be inserted in a separate MIME part which almost certainly will
not give the result you want.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to