I am trying to add a standard disclaimer to my email messages. My mail transport is 
Exim. I created a transport filter under the remote_smtp_filter.
I can see that the message is being passed to the filter and going to my command. The 
script to add the disclaimer is the following.

#!/bin/sh
echo First copy the normal message
cat
echo ------------ CONFIDENTIAL INFORMATION -------------

I receive the subject and the first echo, but the cat command does not appear to be 
working.


Don Hammer
Network Administrator
Evanite Fiber Corporation
1115 SE Crystal Lake Dr
Corvallis, OR 97333
(541) 753-0391 voice
(541) 753-0388 fax
[EMAIL PROTECTED]
***** CONFIDENTIAL INFORMATION *****
This e-mail and its attachments contain
confidential information, and are intended
only for the individual or entity indicated.
If you are not the intended recipient,
you are hereby notified that the disclosure,
copying, distribution or use of the contents
of this transmission is strictly prohibited,
and no privilege or protection has been waived.
If you have received this communication in error,
please notify the sender immediately and then
delete the message from your computer.
*****************************************************
Al Sheldon
Evanite Fiber Corporation
Internet Address: [EMAIL PROTECTED]
Home Page: http://www.evanite.com
*****************************************************

Reply via email to