Version 0.14 of ezmlm-browse is now available at: http://untroubled.org/ezmlm-browse/ ------------------------------------------------------------------------------ Changes in version 0.14 - Fixed compatibility with Python 2.6 - Fixed numbering of attachments. Development of this version has been sponsored by FutureQuest, Inc. ossi@FutureQuest.net http://www.FutureQuest.net/ ------------------------------------------------------------------------------- ezmlm-browse Web browser for ezmlm-idx archives Bruce Guenter Version 0.14 2009-02-05 This is ezmlm-browse, a web interface for browsing ezmlm-idx (version 0.40 or later) archives. The presentation is modeled from that of the ezmlm-cgi archive browser that is part of ezmlm-idx, but with several additions. However, the output is completely template driven, so you can make it fit into your current web scheme. A mailing list has been set up to discuss this and other packages. To subscribe, send an email to: bgware-subscribe@lists.untroubled.org A mailing list archive is available at: http://lists.untroubled.org/?list=bgware Development versions of ezmlm-browse are available via Subversion at: svn://bruce-guenter.dyndns.org/ezmlm-browse/trunk Requirements: - Python 2 (tested with 2.3, should work with version 2.2 or later) - ezmlm 0.53 + idx 0.40 or later. If you are using an older version of ezmlm-idx, you MUST upgrade and run the "ezmlm-idx" and "ezmlm-archive" commands on all lists you wish to browse. - bglibs to compile the wrapper program. Security Notes: - You will need to choose one of the following options: - Make your mailing list archives readable to the UID that the web server operates under. This will likely allow anybody on your system to read the contents of the mailing lists, including the unfiltered header lines (which include full email addresses, etc.) - Make the wrapper CGI program owned by the mailing list archive owner and setuid. If I have not been adequately careful, this may allow an attacker to execute code as that user. - Use the Apache suexec module. This program is Copyright(C) 2009 Bruce Guenter, and may be copied according to the GNU GENERAL PUBLIC LICENSE (GPL) Version 2 or a later version. A copy of this license is included with this package. This package comes with no warranty of any kind.