231 N 1324 SYSOP VE3GYQ N2EPO 880201 fix for mbfwd.c module R:880201/2246z 947@WB2VPH [Brockport,NY] Z:14420:KA-NODE WB2VPH-3 R:880201/0326z 2563@W2ICZ [Buffalo,NY] Z:14225 R:880131/1737z @:VE3GYQ London, ON #:3774 O:VE3GYQ F:145.07/01,220.52 Z:N5X1G8 Joe, I found a bug after I mailed your disk. It is in MBFWD.C, function fmsg() ... it occurs after you have sent the string with the S command ... I added a simple else statement (Marked it here with an obvious comment). Please change date on file to 1/31/88, and change mb.c to have version say 31 January (also change date then at top of MB.C file to 31 Jan ... getln(); if (p->mode & idle) return; if (bidok) { if (*port->line is 'O') { hasit = false; /* you'll want to send msg */ outstr(p->mmhs->title); outchar('\n'); } else hasit = true; /* JOE THIS IS THE ONLY ADDITION */ } else { hasit = false; /* you'll want to send msg */ outstr(p->mmhs->title); outchar('\n'); if (fwdtyp isnt 'D') { getln(); if (p->mode & idle) return; } } if (!hasit) { curtim(); prtx(mm[4]); if (!xmtmsg()) return; } eat(); if (p->mode & idle) return; /* * The message actually forwarded. * Kill it, mark it, or whatever. */