Help - Search - Members - Calendar
Full Version: X-AntiAbuse/exim
The Planet Forums > Control Panels > cPanel/WHM
Merrioc
I have a cpanel server and I am running a mailing list on one of my sites, using subscribe me pro, this is a simple opt-in mailing list. I Don't host anyone but my own sites, my system pretty well locked down from relays (I think) but whenever my script sends out my mailing list it addes the lines below to each one and it blows the formating of the email (html) and just looks like crap. Is there any way I can supress this message or remove it completely?



X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - mail.mydomain.com X-AntiAbuse: Original Domain - cox.net X-AntiAbuse: Originator/Caller UID/GID - [32009 510] / [47 12] X-AntiAbuse: Sender Address Domain
Merrioc
well I found the solution myself and incase anyone cares...

lookuphost:
driver = dnslookup
condition = "${perl{checkspam}}"
domains = ! +local_domains
# headers_add = "X-AntiAbuse: This header was added to track abuse, please include it with any abuse reportn
# X-AntiAbuse: Primary Hostname - $primary_hostnamen
# X-AntiAbuse: Original Domain - $original_domainn
# X-AntiAbuse: Originator/Caller UID/GID - [$originator_uid $originator_gid] / [$caller_uid $caller_gid]n
# X-AntiAbuse: Sender Address Domain - $sender_address_domainn"
transport = remote_smtp

# This router routes to remote hosts over SMTP by explicit IP address,
# given as a "domain literal" in the form [nnn.nnn.nnn.nnn]. The RFCs
# require this facility, which is why it is enabled by default in Exim.
# If you want to lock it out, set forbid_domain_literals in the main
# configuration section above.

literal:
driver = ipliteral
condition = "${perl{checkspam}}"
domains = ! +local_domains
# headers_add = "X-AntiAbuse: This header was added to track abuse, please include it with any abuse reportn
# X-AntiAbuse: Primary Hostname - $primary_hostnamen
# X-AntiAbuse: Original Domain - $original_domainn
# X-AntiAbuse: Originator/Caller UID/GID - [$originator_uid $originator_gid] / [$caller_uid $caller_gid]n
# X-AntiAbuse: Sender Address Domain - $sender_address_domain"
transport = remote_smtp



I just commented out the headers add lines eveything seems to work fine... and no more annoying header on my mailing lists icon_smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.