nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] Call for testing of nmh 1.7 release candidate 3

2017-08-26 05:29:07
Hi Kevin,

- To: recipient(_at_)example(_dot_)com
- From: sender(_at_)example(_dot_)com
- Subject: mhfixmsg pass through on parse error
- MIME-Version: 1.0
- Content-Type: multipart/mixed; boundary="----- =_aaaaaaaaaa0"
- 
- ------- =_aaaaaaaaaa0
- Content-Type: text/plain; charset="iso-8859-1
- Content-Disposition: attachment; filename="test1.txt"
- Content-Transfer-Encoding: quoted-printable
- 
- This is the=
-  text/plain part.
- 
- ------- =_aaaaaaaaaa0--
...
./test/mhfixmsg/test-mhfixmsg: test failed, outputs are in
/home/local/src/INCOMING/BUILD/nmh-1.7-RC3/test/testdir/Mail/inbox/31
and
/home/local/src/INCOMING/BUILD/nmh-1.7-RC3/test/testdir/test-mhfixmsg32378.actual.
first named test failure: pass through message with relative folder
path with parse error
FAIL: test/mhfixmsg/test-mhfixmsg

Can you arrange to do a similar test but with strace?  Extract that
15-line email above into your current nmh folder.

    sed '1,/unable to parse message 31/d' test/mhfixmsg/test-mhfixmsg |
    sed -n '1,/^cat/d; /^EOF$/q; p' >`mhpath new`

Running the local mhfixmsg that the test script uses should produce an
empty output file based on how the test failed.

    uip/mhfixmsg last -outfile /tmp/out   # Is /tmp/out zero bytes long?

If so, re-run, but under strace(1).

    strace -o /tmp/st -e desc uip/mhfixmsg last -outfile /tmp/out

And send us /tmp/st.  You might want to peruse for secrets first.

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>