James Robertson <[EMAIL PROTECTED]> wrote: > I think i'll go with this. This might be a dumb question but I have > about 600 messages that all have different ID's. man postsuper > doesn't highlight how to hold messages from a sender address?
There is probably a more elegant way to do this, but you could parse the output of mailq, and pass the queue IDs to postsuper thusly: % mailq | grep sender | cut -c 1-9 | postsuper -h - -- Sahil Tandon <[EMAIL PROTECTED]>