Re: A Problem
[email protected] (Barry A. Warsaw) Tue, 4 Dec 2001 16:47:53 -0500
| Newsgroups | gmane.comp.web.zope.zmailman |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "JW" == Joachim Werner <[email protected]> writes: JW> I guess there is an easy alternative for the problem Stephan JW> mentioned: JW> If all we want is getting a copy of every mail to the list JW> into Zope for archival, Zope can just be put onto the Mailing JW> list and an existing product like ZMail-In or the JW> pop/imap-Mail implementations could be used to import the JW> mails directly from the MTA or from the mail server via JW> pop/imap. Should be relatively straightforward to do, but of JW> course not really transaction-safe or so ... I wouldn't do it that way. Instead I would implement something that conforms to the PUBLIC_EXTERNAL_ARCHIVER and PRIVATE_EXTERNAL_ARCHIVER interfaces. See Defaults.py.in (in MM2.1). -Barry