Simplistix

Making things simpler...

Change Log for MailingLogger

     3.2.1

       - Fixed egg distribution.

     3.2.0

       - Added support for log entry filtering.
         Thanks to Jens Vagelpohl for the work which was funded by
         Campux GmbH.

     3.1.0

       - Added support for SMTP servers that require authentication.

     3.0.0

       - Restructured to be used as a python package instead of a Zope
         Product.

       - Added comprehensive documentation and tests.

       - Added support for use ZConfig.

       - Added support for configuration in both Zope 3 and Zope 2.

       - Added support for disutils installation and for egg distribution.

     2.5.0

       - Added compatability for Zope 2.8.x+ at the expense of now
         being incompatible with Zope 2.7.x. 

     2.4.1

       - Fixed bug in flood protection that often meant no more mail
         was ever sent after midnight on the day when the flood
         protection was triggered.

       - Correct X-Mailer header which was set with a trailing newline
         which broke any further headers that were set.

       - A date header is now set on all emails sent.

     2.4.0

       - Added sending of X-Mailer header with all emails.

       - Added %(hostname)s for use in subject format.

       - Fixed bug preventing use of summarising logger introduced in
         2.3.0.

     2.3.0

       - Added the ability to limit the number of emails
         sent per hour.

     2.2.0

       - Added ability to mute empty log entries

     2.1.0

       - Added summarising logger functionality

     2.0.1

       - Corrected documentation

       - Fixed bug that caused the subject to include tracebacks,
         which created a broken mail message.

     2.0.0

       - Re-write for Zope 2.7

     1.0.1

       - Fixed python 1.5 incompatability.

     1.0.0

       - Initial Release