Is there a way to have Postfix take a specific action based on the *response* of the SMTP server to which it is connected? What I'm hoping to accomplish is re-queueing messages to a new queue whenever I see an SMTP response indicating that a message has been "grey-listed". For complex reasons, it's not enough in our application to just retry the message on the same general queue.
Thanks, Ken