I want to rewrite the recipient adress of a mail queued in a hold queue.
Is it possible to rewrite the mail by hand with the mail id in the postfix queue ?
Maybe a command like this :
postrewrite -I ETGH12DD [email protected]
Thanks for yours answers.
postcat -q ETGH12DD | grep -v "^*** " | sendmail -oi [email protected] ; done
I still have some encoding problems.