2 # Copyright (c) The Exim Maintainers 2022
3 # SPDX-License-Identifier: GPL-2.0-or-later
5 # This script can be interposed between a calling program and another
6 # program, in order to log the arguments which are being used. This can
7 # be helpful in finding out what is going on if some program is calling
8 # Exim with arguments it doesn't understand.
10 # Set this to the the path of the program that must ultimately be called.
14 # Set this to the name of the file where the data is to be logged. The
15 # script writes on the end of it. It must be accessible to the user who
18 LOGFILE=/home/ph10/tmp/zz
20 # The arguments are copied to the log file
24 # The real program is now called