Hi all,

As I mentioned in a previous message, Rob Marianski and I have been working on adding import/export support to listen. The branch we've been working off of is here:

http://dev.plone.org/collective/browser/listen/branches/export

Present functionality includes exporting mailing list subscribers as a CSV, exporting the mailing list archive as an mbox file, and importing mbox files into the mailing list archive. There is also a full import history, which allows the user to undo any previous mbox import.

While working on this today, I came across an odd bug: Replies sent via the web interface couldn't be exported. I tracked this down to an issue with the mailing list object returned by the getMailingList() method used in mail_message_views.py. The issue was that this mailing list reported its path incorrectly as, e.g., /plone/listname/listname/ listname instead of as /plone/listname. I replaced this version of getMailingList() with the version of getMailingList() from mail_archive_views.py and all is now working.

I'm new to listen (and zope, for that matter), so I can't say I fully understand what's going on here, so I was hoping someone on the list might have an idea if this "fix" is a good idea or if it may have broken something else (ping me if you want any more details as to what I did exactly).

-Nick






--
Archive: 
http://www.openplans.org/projects/listen/lists/listen-dev/archive/2008/08/1217629187158
To unsubscribe send an email with subject "unsubscribe" to [EMAIL PROTECTED]  
Please contact [EMAIL PROTECTED] for questions.

Reply via email to