Hi list,
i have to questions regarding Mailman´s Archive.
Is there a possibiliy to "customize" the design of Mailman´s Archive-Page ?
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
On 2/1/07, sascha.kaempf@arcor.de <sascha.kaempf@arcor.de> wrote:
- 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
sascha.kaempf@arcor.de wrote:
- Is there a possibiliy to "customize" the design of Mailman's Archive-Page ?
See <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.048.htp>.
- 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 <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (3)
-
Mark Sapiro
-
Patrick Bogen
-
sascha.kaempf@arcor.de