(Please don't worry, this will not become a daily event.) Based on your feedback and on plans I had earlier, I have added the following features:
* The ability to use '-a' and '-b' time filters simultaneously, in order to specify time intervals. * Time filter strings can now use ISO 8601 strings and Unix time in addition to time differences expressed in the form 42m or 2d. Feature #2 means that absolute points in time can now also be used as references. Different ways of specifying time filters can also be mixed, so the following is possible: # Arrival between January 23, 2022 between 08:30 and 17:45. postqueue -j | postqf -a 2022-01-23T08:30 -b 1642956300 I hope you'll find the new PostQF release useful. It is available via the project homepage [1] (see build artifacts) and PyPI [2]. -Ralph [1] https://github.com/rseichter/postqf [2] https://pypi.org/project/postqf/