Victor Duchovni <[EMAIL PROTECTED]> wrote: > > % mailq | grep sender | cut -c 1-9 | postsuper -h - > > Postfix queue-ids don't have a fixed width, this is wrong. The length > of a queue-id depends on the numerical range of mail queue inode > numbers.
Woops, sorry for the noise; maybe the following variant, if the OP wants to HOLD messages in the active queue: % mailq | grep sender | cut -d \* -f 1 | postsuper -h - -- Sahil Tandon <[EMAIL PROTECTED]>