hi I want all the emails I receive to be sent to a script. This script will also "swallow" all emails so no further delivery will be necessary (basically process them. modify some values in DB2 then wait for next email)
I understand that it is best if i use the pipe(8) or perhaps spawn(8) commands. Questions 1) I don't seem to be able to start the script. 2) Once I start the script how do I get the actual email content? do you have an example for script and master.cf file that calls it? Nezer