Adding email track abuse

dannygoh

Verified User
Joined
Feb 9, 2004
Messages
391
Location
Malaysia
Hi,

I was checking an email header from an email and I'm very interested in their email track abuse.

Do some know how this was done.

Code:
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - abc.xyz.com
X-AntiAbuse: Original Domain - to_domain.com
X-AntiAbuse: Originator/Caller UID/GID - [99 32003] / [47 12]
X-AntiAbuse: Sender Address Domain - from_domain.com
X-Source: 
X-Source-Args: /usr/local/apache/bin/httpd -DSSL 
X-Source-Dir: from_domain.com:/public_html/from_domain.com/admin
 
Email headers beginning with X- are local; that is they're added by applications the email passes through. You may be able to tell what program added those headers by following the headers from the bottom up.

Jeff
 
Exim can add headers; I believe John (of DirectAdmin) has a recent post that uses added headers as part of a spamassassin solution.

Jeff
 
Back
Top