Index: ossp-pkg/lmtp2nntp/.configure RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/.configure,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/Attic/.configure,v' 2>/dev/null --- .configure 2001/09/05 09:10:28 1.7 +++ .configure 2001/09/10 06:55:33 1.8 @@ -3,8 +3,8 @@ ./autogen.sh fi PATH=/cw/bin:$PATH +# --with-dmalloc=/cw \ ./configure \ --enable-debug \ --prefix=/tmp/lmtp2nntp -# --with-dmalloc=/cw \ Index: ossp-pkg/lmtp2nntp/test/run.sh RCS File: /v/ossp/cvs/ossp-pkg/lmtp2nntp/test/Attic/run.sh,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-pkg/lmtp2nntp/test/Attic/run.sh,v' 2>/dev/null --- run.sh 2001/09/07 13:53:17 1.12 +++ run.sh 2001/09/10 06:55:33 1.13 @@ -13,13 +13,15 @@ z="Z" e="E" if [ -e /tmp/tracing ]; then - ssh -t -x root@localhost exec rm -f /tmp/tracing + rm -f /tmp/tracing fi touch /tmp/tracing + chmod 666 /tmp/tracing if [ -e /tmp/testmessage ]; then - ssh -t -x root@localhost exec rm -f /tmp/testmessage + rm -f /tmp/testmessage fi touch /tmp/testmessage + chmod 666 /tmp/testmessage } post1000 () @@ -43,7 +45,8 @@ { newmsg lmtp cat /tmp/testmessage \ - | ../lmtp2nntp -l debug:/tmp/tracing -w 1 -d $1 -g $2 -b dev12 -h dev16,141.1.23.116:nntp -h dev16.de.cw.net:119 $3 >/dev/null; echo $? + | ../lmtp2nntp -l debug:/tmp/tracing -w 1 -d $1 -g $2 -b 127.0.0.1 -h 127.0.0.1 $3 >/dev/null; echo $? + #| ../lmtp2nntp -l debug:/tmp/tracing -w 1 -d $1 -g $2 -b dev12 -h dev16,141.1.23.116:nntp -h dev16.de.cw.net:119 $3 >/dev/null; echo $? } sendmaildup() @@ -80,7 +83,7 @@ { if [ -r /tmp/tracing ] then - echo more /tmp/tracing + less -S /tmp/tracing #tail -f /tmp/tracing fi }