.TH "Qmhandle" 1 .SH NAME qmhandle \- tool to manage the qmail message queue .SH SYNOPSIS .B qmhandle [--help] [--version] .SH DESCRIPTION qmHandle is a tool which can be used to manage the qmail message queue. It's written in Perl (so fully customizable) and has more features than qmail-qread and qmail-qstat. .RS .SH OPTIONS .TP \fB\-a\fR try to send queued messages now (qmail must be running) .TP \fB\-l\fR list message queues .TP \fB\-L\fR list local message queue .TP \fB\-R\fR list remote message queue .TP \fB\-s\fR show some statistics .TP \fB\-mN\fR display message number N .TP \fB\-dN\fR delete message number N .TP \fB\-fsender\fR delete message from sender .TP \fB\-f're\fR delete message from senders matching regular expression re .TP \fB\-Stext\fR delete all messages that have/contain text as Subject .TP \fB\-h're'\fR delete all messages with headers matching regular expression re (case insensitive) .TP \fB\-b're'\fR delete all messages with body matching regular expression re (case insensitive) .TP \fB\-H're'\fR delete all messages with headers matching regular expression re (case sensitive) .TP \fB\-B're'\fR delete all messages with body matching regular expression re (case sensitive) .TP \fB\-t're'\fR flag messages with recipients in regular expression 're' for earlier retry (note: this lengthens the time message can stay in queue) .TP \fB\-D\fR delete all messages in the queue (local and remote) .TP \fB\-V\fR print program version .TP \fB\-c\fR display colored output .TP \fB\-N\fR list message numbers only .SH AUTHORS Marcela Tiznado