On 29/05/17 16:57, Peter wrote: > find "$(postconf -h queue_directory)/deferred/)" -type f -exec postcat > -e {} + | your_program | postsuper -d -
Oops, typo there, should be: find "$(postconf -h queue_directory)/deferred/" -type f -exec postcat -e {} + | your_program | postsuper -d - Peter