Metadata-Version: 1.1
Name: postfind
Version: 0.1.0
Summary: Convert text-format RFCs and Internet-Drafts to html
Home-page: UNKNOWN
Author: Henrik Levkowetz
Author-email: henrik@levkowetz.com
License: BSD license
Description-Content-Type: UNKNOWN
Description: Find postfix log-entries related to a given Message-ID
        ======================================================
        
        Postfind takes an email Message-ID and one or more postfix log file names as
        input, and searches the logs for mentions of the given Message-ID.  If found,
        related log entries are followed as well, until terminated by finding a
        queue-id 'removed' entry, the end of the log files, or a timeout (if following
        a log file).
        
        
        
        
        Changelog
        =========
        
        Version 0.1.0 (26 Feb 2018)
        ------------------------------------------------
        
        Initial release.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Communications :: Email :: Mail Transport Agents
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
