[Mailman-Users] 2 Questions regarding Archiving

2007-02-01 Thread sascha . kaempf
Hi list,

i have to questions regarding Mailman´s Archive.

1) Is there a possibiliy to customize the design of Mailman´s Archive-Page ? 

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 ?

Thanks in advance.

Kind regards
Sascha
--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] 2 Questions regarding Archiving

2007-02-01 Thread Patrick Bogen
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
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] 2 Questions regarding Archiving

2007-02-01 Thread Mark Sapiro
[EMAIL PROTECTED] wrote:

1) Is there a possibiliy to customize the design of Mailman's Archive-Page ? 


See
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.048.htp.



2) According to Mailman's Documentation e-Mails are not archived if they have 
an X-Archive: No-Header. Can this function be disabled ? 


Patrick answered this in another reply.

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

--
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=showamp;file=faq01.027.htp