I would like to remove the X-Mailer and User-Agent headers from the
messages we relay. I've tried the headers_remove option in my exim.conf
file bot it doesn't seem to be working.
I'm running Exim on a Debian stable and this is what I used:
headers_remove = X-Mailer:User-Agent
Can I trace this if I run exim in debugging mode?
Does anybody have any clues or has anybody done this in another way?