[Mimedefang] disclamer only for out going mails.

Cormack, Ken Ken.Cormack at roadway.com
Thu Dec 15 08:39:35 EST 2005


-----Original Message-----
From: bablu bablu [mailto:bablu_002 at yahoo.com] 
Sent: Thursday, December 15, 2005 1:27 AM

> Any one has solution for this.....

> help me..............

You can sense which direction the email is going ("inbound" or "outbound")
based on the IP address of the relaying server ($RelayAddr).

	if ($RelaAddr eq "your_internal_servers_ip") {
		do something here...
	}

The problem is this...

You send an outbound email... The disclaimer gets added.
The recipient replies... No additional copy of the disclaimer is added.
You reply back... Another copy of the disclaimer is added.
They reply again... No additional copy of the disclaimer is added.
You reply back again... A THIRD COPY of the disclaimer has now been added.
Recipient gets upset because your disclaimer keeps getting added to the same
message thread.


Q: "How do I stop that from happening?"
A: "don't add disclaimers"

Ken



More information about the MIMEDefang mailing list