2011/4/18 fakessh <fake...@fakessh.eu>:

> I would like to add anti-abuse headers. I just spent a good little time to
> watch list archives and found no answers
>
> example of a header that I want to appear in my mail
>
> X-AntiAbuse: This header was added to track abuse, please include it with any
> abuse report
> X-AntiAbuse: Primary Hostname - medford.localsev.com
> X-AntiAbuse: Original Domain - hotmail.com
> X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [47 12]
> X-AntiAbuse: Sender Address Domain - in-ex.s

Hi,

With MIMEDefang you can do that.
http://www.mimedefang.org/

For example:

/etc/mail/mimedefang-filter

action_add_header("X-AntiAbuse-Helo", "$Helo");
action_add_header("X-AntiAbuse-Relayhostname", "$RelayHostname");
action_add_header("X-AntiAbuse-Relayaddr", "$RelayAddr");
action_add_header("X-AntiAbuse-Sender", "$Sender ");
action_add_header("X-AntiAbuse-Score", "$hits ($score) $names");

and much more.

Best regards,

Morten

Reply via email to