How can I configure exim header rewriting to take care of forgotten Reply-To:
headers in emails leaving our company?
We want to have certain Reply-To:
headers added to all official
emails leaving the company. E.g. Reply-To: sales@company.example.com
,
Reply-To: support@company.example.com
, ...
A single person might get sick, take a day off, go on a vacation or something like this. The addresses mentioned as example Reply-To:
addresses above are aliases which distribute the incoming replies from clients to a group of colleagues in order to make sure that somebody will read and act on them in a timely manner.
I've studied the filter section of the exim documentation but I still feel unable to apply this to my particular problem. A working example would be fine.
Our mail server is debian based and uses the so called split configuration scheme if this matters.