3 # This script can be interposed between a calling program and another
4 # program, in order to log the arguments which are being used. This can
5 # be helpful in finding out what is going on if some program is calling
6 # Exim with arguments it doesn't understand.
8 # Set this to the the path of the program that must ultimately be called.
12 # Set this to the name of the file where the data is to be logged. The
13 # script writes on the end of it. It must be accessible to the user who
16 LOGFILE=/home/ph10/tmp/zz
18 # The arguments are copied to the log file
22 # The real program is now called