if (host) {
#ifdef MF
#ifdef MMDFMTS
if (up && uleq (host, LocalName ())
&& (pp = rindex (mbox, '%'))
&& uleq (up, pp + 1)) {/* uucpaddr%<uucp>@<local> */
*pp = NULL;
goto get_uucp;
}
#else /* not MMDFMTS */
get_uucp doesn't exist.
Has someone fixed this yet? (is there a patch?)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dana A. Groff Transarc Corporation, Gulf Tower, Pittsburgh PA 15219
gro...@transarc.com VOICE: 412-338-4428 FAX: 412-338-4404
http://www.transarc.com/~groff/Home.html #include <std.disclaimer>
[WANTED: experienced software professionals for Encina(TP), DCE, DFS,
AFS development, consulting, and support. Contact me for more info.]
Well answering my own question: use mmdf2/smtp and you won't see this code.
Since this "bug" has been there since 6.7, I suspect this is an unused code
path. Is there any effort to "clear out" such things?
Dana