On 2/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> 2) According to Mailman“s Documentation e-Mails are not archived if they have
> an
> "X-Archive: No"-Header. Can this function be disabled ? What if we want to
> archive all
> Mails, regardless of the value of X-Archive ?
About line 35 of Handlers/ToArchive.py, we find:
if msg.has_key('x-no-archive') or msg.get('x-archive', '').lower() == 'no':
return
Commenting out these two lines will get what you want.
--
- Patrick Bogen
------------------------------------------------------
Mailman-Users mailing list
[email protected]
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