On Thu, Sep 04, 2008 at 11:33:25PM -0400, Sahil Tandon wrote: > 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 -
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. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To" header. To unsubscribe from the postfix-users list, visit http://www.postfix.org/lists.html or click the link below: <mailto:[EMAIL PROTECTED]> If my response solves your problem, the best way to thank me is to not send an "it worked, thanks" follow-up. If you must respond, please put "It worked, thanks" in the "Subject" so I can delete these quickly.