Giter Club home page Giter Club logo

apq's Introduction

apq

Parse Postfix mail queue into JSON or YAML.

usage: apq.py [-h] [-j] [-y] [-c] [--log] [--mailq-data MAILQ_DATA]
              [--reason REASON] [--recipient RECIPIENT] [--sender SENDER]
              [--parse-date] [--maxage MAXAGE] [--minage MINAGE]
              [--exclude-active] [--only-active]

Parse postfix mail queue.

optional arguments:
  -h, --help            show this help message and exit
  -j, --json            JSON output (default)
  -y, --yaml            YAML output
  -c, --count           Return only the count of matching items
  --log                 Experimental: Search /var/log/mail.log as well.
  --mailq-data MAILQ_DATA
                        Use this file's contents instead of calling mailq
  --reason REASON, -m REASON
                        Select messages with a reason matching this regex
  --recipient RECIPIENT, -r RECIPIENT
                        Select messages with a recipient matching this regex
  --sender SENDER, -s SENDER
                        Select messages with a sender matching this regex
  --parse-date          Parse dates into a more machine-readable format (slow)
                        (implied by minage/maxage)
  --maxage MAXAGE, -n MAXAGE
                        Select messages younger than the given age. Format:
                        age[{d,h,m,s}]. Defaults to seconds. eg: 3600, 1h
  --minage MINAGE, -o MINAGE
                        Select messages older than the given age. Format:
                        age[{d,h,m,s}]. Defaults to seconds. eg: 3600, 1h
  --exclude-active, -x  Exclude items in the queue that are active
  --only-active         Only include items in the queue that are active

Todo

  • Improve mail log parsing

Help

Email me ([email protected]) or open a Github issue.

apq's People

Contributors

bernhardschmidt avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.