i...@itrezero.it: > Hi all. > > I have some messages in HOLD queue. > > Usually I use "postsuper" for moving messages from DEFERRED to HOLD and > viceversa. > > Is there a way to move to deferred ONLY some (for example 100 of 1000) of > the messages in HOLD ?
You can specify the -H option multiple times (postsuper -H xxx -H yyy), which is something that I forgot to document in the manpage. However, if you have 100+ files to un-hold, I recommend "postsuper -H -" and have it read the list of queue IDs from stdin (pipe or file). Wietse