victor@watson.ibm.com (Victor Miller) (04/03/91)
Are there any suggestions as to how to debug .maildelivery files? I've tried adding the -debug flag to in invocation of slocal in my .forward file, but nothing comes out (not even on the console). -- Victor S. Miller Vnet and Bitnet: VICTOR at WATSON Internet: victor@watson.ibm.com IBM, TJ Watson Research Center
rgm@OCF.Berkeley.EDU (Rob Menke) (04/04/91)
You have to be watching the smtp transfer to see the debugging output,
i.e. invoke mail with the '-v' flag, or send with the '-watch' or
'-verbose' flag. Either way, you'll see a lot more debugging info
than you'd possibly want.
--
"This is not a chwade. This reqwires | Robert Menke
total concentwation!" | rgm@OCF.berkeley.edu
--"A Fistful of Yen." | ...!ucbvax!OCF!rgmwohler@sapwdf.UUCP (Bill Wohler) (04/04/91)
victor@watson.ibm.com (Victor Miller) writes: >Are there any suggestions as to how to debug .maildelivery files? >I've tried adding the -debug flag to in invocation of slocal in my >.forward file, but nothing comes out (not even on the console). victor, put the input message in a file by itself and invoke slocal manually. thus (in csh and sh): % cat file | slocal -debug -verbose |& more or $ cat file | slocal -debug -verbose 2>&1 | more this should get you on your way. --bw wohler@sap-ag.de