Andy Bradford wrote:
> ... I've been running this very patch for
> over 2 years now without any corruption or "aborts" on a "live" email
> system. I wonder what your test-pop test does differently than real
> email servers.
That's far more operational experience than I've yet had with my patch.
> Specifically, I've been running nmh-1.8 with my patch.
That might be the difference. My patch WILL NOT WORK with
nmh 1.8; it must be applied to git head.
> I would like to learn from what I may have missed that's causing your
> failures. Would you mind sharing some steps that I run against my own
> system that has my patch and your "test-pop" test?
I cloned git at HEAD, applied your patch, applied my patch
1 of 2 from today's email (so, the new test, not my fix), and
"autoreconf -i && ./configure && make check".
The "make check" failed with, in part, this output:
Segmentation fault (core dumped)
./test/inc/test-pop: "inc -user testuser -host 127.0.0.1 -port 64884 -width 80"
expected:
'Incorporating new mail into inbox...
11+ 12/17 No Such User Hello<<Hey man, how's it going? . Hope you're
doi'
but instead got:
'Incorporating new mail into inbox...'
...
first named test failure: netrc's permissions test
FAIL: test/inc/test-pop
...
=======================================
1 of 119 tests failed
(1 test was not run)
Please report to [email protected]
=======================================
make[1]: *** [Makefile:4997: check-TESTS] Error 1
< Stephen