[Mailman-Users] 2 Questions regarding Archiving
Patrick Bogen
pdbogen at gmail.com
Thu Feb 1 16:51:18 CET 2007
On 2/1/07, sascha.kaempf at arcor.de <sascha.kaempf at arcor.de> 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
More information about the Mailman-Users
mailing list