> On 5/16/07, Ricardo Kleemann wrote:
> 
> >  Is it possible for a list to put each recipient's email address on the
> >  "To" instead of the list address itself?
> 
> Search through the FAQ Wizard, the documentation, and the archives of 
> the list for "personalization".  In particular, what you're looking 
> for is "Full Personalization".

Look in the $prefix/data directory at a file named sitelist.cfg
This documents the "personalization" option.

The best way I've found to set this is as follows:

In the $prefix directory:

    This creates a file that contains [almost] all current configuration.
    bin/config_list -o data/YourListName.cfg YourListName

    Then edit data/YourListName.cfg and on the end, add:

# Personalization option.  See sitelist.cfg for documentation.
# legal values are:
#    0 = "No"
#    1 = "Yes"
#    2 = "Full Personalization"
personalize = 2


    Then install your modified option file:
    bin/config_list -i data/YourListName.cfg YourListName

This should result in the "To: " header having the recipient's address
instead of the list's address.

    Charlie Smith


 Charlie Smith  charlie {at} elektro.cmhnet.org
 http://www.elektro.com     Columbus Ohio   USA


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to