On 13/01/2006 Mihai Maties wrote:
> However these instructions are incorrect. If the ARCHIVE_TO_MBOX setting is 
> set
> to '1' then no archiving of the mail will occur (neither internal
> [pipermail] or external). In order for external archiving via lurker to
> be done then the ARCHIVE_TO_MBOX setting should have the value '0' or
> '2'.
> 
> I admit that the comments from mailman's configuration file are
> misleading, they should be changed to:

you're correct. do you think that the following replacement for the
missleading paragraph is sufficient?

----------BREAK---------
 After testing everything you can change mailmans default archiving
method to internal/external archiving only. internal/external archiving
means, that mailman archives to the internal "pipermail" archiver as
long as no external archiver is configured. In our case lurker is
configured as external archiver, thus "pipermail" will not be used.

 With the default configuration, mailman archives both to the
internal/external archiver, and to an mbox file. If you don't need
the mbox archive, add the following three lines to mm_cfg.py:
---snip---
# "-1" - no archiving at all || "0" - internal/external archiving only
#  "1" - mbox archiving only || "2" - both mbox and internal/external
#  archiving
ARCHIVE_TO_MBOX = 0
---snip---
----------BREAK---------


...
 jonas


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to