Metadata-Version: 1.1
Name: postfind
Version: 0.1.3
Summary: Follow a message (by Message-ID) in postfix logs
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.3 (27 Feb 2018)
        ------------------------------------------------
        
        
          * Changed the output of 'Looking for Message-ID: ...' so it is affected by
            the --quiet option.
        
        
        
        
        Version 0.1.2 (26 Feb 2018)
        ------------------------------------------------
        
        
          * Flake8 fixes
        
        
        
        
        Version 0.1.1 (26 Feb 2018)
        ------------------------------------------------
        
        
          * Corrected the short project description
        
        
        
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
