Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!uunet!math.fu-berlin.de!fauern!unido!sapwdf!wohler From: wohler@sapwdf.UUCP (Bill Wohler) Newsgroups: comp.mail.mh Subject: Re: Debugging .maildelivery Message-ID: <2705@sapwdf.UUCP> Date: 4 Apr 91 10:50:04 GMT References: Reply-To: Bill Wohler Distribution: comp Organization: SAP AG, Walldorf, Germany Lines: 18 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