I am using postfix mail server and i need to replace mail content inside every incoming and outgoing message based on some predefined rules.
What is needed is to filter remote and local mail to replace every instance of [email protected] in header or body with [email protected]
header_checks and body_checks options seem cumbersome, maybe there is better/faster option that works on whole message instead going line by line