Pl. help me I am not much of script writer.... Does anyone have a ready script available...for attaching disclamer only for internal users or specific domain or based on ip.
Help me.......pl.......... Thanks in Advance. --- "Cormack, Ken" <[EMAIL PROTECTED]> wrote: > -----Original Message----- > From: bablu bablu [mailto:[EMAIL PROTECTED] > 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 > _______________________________________________ > NOTE: If there is a disclaimer or other legal > boilerplate in the above > message, it is NULL AND VOID. You may ignore it. > > Visit http://www.mimedefang.org and > http://www.roaringpenguin.com > MIMEDefang mailing list > [email protected] > http://lists.roaringpenguin.com/mailman/listinfo/mimedefang > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

