Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davorg-cpan/qmail-queuehandler
Program to deal with qmail queues
https://github.com/davorg-cpan/qmail-queuehandler
cpan hacktoberfest perl qmail
Last synced: 3 months ago
JSON representation
Program to deal with qmail queues
- Host: GitHub
- URL: https://github.com/davorg-cpan/qmail-queuehandler
- Owner: davorg-cpan
- Created: 2016-03-15T10:33:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T21:39:26.000Z (12 months ago)
- Last Synced: 2024-05-02T00:35:06.340Z (9 months ago)
- Topics: cpan, hacktoberfest, perl, qmail
- Language: Perl
- Homepage:
- Size: 82 KB
- Stars: 5
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
README
# QMail::QueueHandler
[![Build Status](https://github.com/davorg-cpan/symbol-approx-sub/actions/workflows/perltest.yml/badge.svg?branch=master)](https://github.com/davorg-cpan/symbol-approx-sub/actions/workflows/perltest.yml) [![Coverage Status](https://coveralls.io/repos/github/davorg-cpan/symbol-approx-sub/badge.svg?branch=master)](https://coveralls.io/github/davorg-cpan/symbol-approx-sub?branch=master)
Perl library for dealing with QMail queues
## Introduction
QMail::QueueHandler is a Perl library for handling QMail mail queues.
It is based on [qmHandle](http://qmhandle.sourceforge.net/), a command line program written
by Michele Beltrame, but rewritten to take advantage of modern Perl techniques.The QMail::QueueHandler distribution contains a new version of qmHandle which has much
the same functionality as the original version.## Installation
You need a working installation of Qmail for this to work properly. It
looks for QMail queues in all the standard places.## qmHandle
qmHandle accepts a number of command-line options.
* a: (Attempt to) send all queued messages
* l: List message queues
* L: List local message queue
* R: List remote message queue
* N: List message numbers only
* c: Coloured output
* s: Show statistics of queues
* m : Display message with given number
* f : Delete messages from given sender
* F : Delete messages from given sender (regex match)
* d : Delete message with given number
* S : Delete messages with matching subject
* h : Delete messages with matching header (case insensitive)
* b : Delete messages with matching body (case insensitive)
* H : Delete messages with matching header (case sensitive)
* B : Delete messages with matching body (case sensitive)
* t : Flag messages with matching recipients
* D: Delete all messages in queues
* V: Display program version
* ?: Display help## Author
QMail::QueueHandler is written by Dave Cross - dave(at)perlhacks.com, based on
original work by Michele Beltrame.