Re: [EXIM] Adding Disclaimer

Top Page
Delete this message
Reply to this message
Author: Georg von Zezschwitz
Date:  
To: Lee Cashmore
CC: Jim Knoble, exim-users
Subject: Re: [EXIM] Adding Disclaimer

If the dark side of the power has decided so, I suggest:

- add a transport-option for remote_smtp:

transport_filter="/usr/local/bin/disclaimer.sh"

With disclaimer.sh:

#!/bin/sh
# First copy the normal message
cat
# Now let the power speak:
echo "----------------------------------"
echo "My footer, line 1"
echo "My footer, line 2"

Be aware that this might break Multipart-MIME-Messages, am I wrong?


Greetings,


Georg

--
*** Exim information can be found at http://www.exim.org/ ***