Clean AntiAbuse from Mailheaders

Shi

Member
Feb 19, 2002
18
0
301
Hiya.
Below is an example of an email with these AntiAbuse headers
Date: Mon, 20 Jan 2003 17:08:31 +0800
From: &Rodney Khor - [{Xê}] -&
&[email protected]&
Subject:
X-Sender: [email protected]@pop.streamyx.com (Unverified)
To: [email protected]
X-Mailer: QUALCOMM Windows Eudora Version 5.1
X-AntiAbuse: This header was added to track abuse,
please include it with any abuse report
X-AntiAbuse: Primary Hostname - prism.hostradius.com
X-AntiAbuse: Original Domain - virmedia.com
X-AntiAbuse: Originator/Caller UID/GID - [0 0] / [0 0]
X-AntiAbuse: Sender Address Domain - streamyx.com

test


Is there a way to get rid of the AntiAbuse headers?
Or to at least modify them so they dont show the Primary HostName? He's a reseller and is afraid of people seeing the domain in the headers and checking my site out instead of his. :p
 

dgbaker

Well-Known Member
PartnerNOC
Sep 20, 2002
2,531
10
343
Toronto, Ontario Canada
cPanel Access Level
DataCenter Provider
That info is in the /etc/exim.conf file

/exim.conf 462: headers_add = &X-AntiAbuse: This header was added to track abuse, please include it with any abuse report\n\
/exim.conf 463: X-AntiAbuse: Primary Hostname - $primary_hostname\n\
/exim.conf 464: X-AntiAbuse: Original Domain - $original_domain\n\
/exim.conf 465: X-AntiAbuse: Originator/Caller UID/GID - [$originator_uid $originator_gid] / [$caller_uid $caller_gid]\n\
/exim.conf 466: X-AntiAbuse: Sender Address Domain - $sender_address_domain\n&
/exim.conf 478: headers_add = &X-AntiAbuse: This header was added to track abuse, please include it with any abuse report\n\
/exim.conf 479: X-AntiAbuse: Primary Hostname - $primary_hostname\n\
/exim.conf 480: X-AntiAbuse: Original Domain - $original_domain\n\
/exim.conf 481: X-AntiAbuse: Originator/Caller UID/GID - [$originator_uid $originator_gid] / [$caller_uid $caller_gid]\n\
/exim.conf 482: X-AntiAbuse: Sender Address Domain - $sender_address_domain&