Removing Mail Headers In Exim
by Selva[ Edit ] 2010-01-28 18:25:17
In exim
header_remove option can be used to remove certain header of mail.
For Example :
If want to remove the
return-receipt-to and
acknowledge-to mail headers then edit the exim configration file
exim.conf and put :
header_remove = return-receipt-to:acknowledge-to
save exim.conf and restart the exim mail server