Qmail Queue Tool (qqtool.pl)
Author: Matt Simerson.
|
|
[ Install | FAQ | Sample | ChangeLog ]
./qqtool.pl
Qmail Queue Tool v 1.0.2
-a action (delete, expire, list)
-h header to match (From, To, Subject, Date)
-q queue to search (local/remote)
-s search (pattern to search for)
-v verbose
If no -h is specified, then the pattern is searched for in any header.
If no -q is specified, then both queues are searched.
To list messages in queue from matt:
./qqtool.pl -a list -s matt -h From
To list messages in queue with string "foo" in the headers:
./qqtool.pl -a list -s foo
|