MSGID wasn't being set with matched AKA on multi-network netmail bases

This commit is contained in:
g00r00 2013-09-30 11:20:13 -04:00
parent 7b6fd8db0c
commit 9033c72692
1 changed files with 3 additions and 1 deletions

View File

@ -636,7 +636,9 @@ Var
A : SmallInt;
Begin
If (MBase.NetType > 0) and (MBase.QwkNetID = 0) Then Begin
Msg^.DoStringLn (#1 + 'MSGID: ' + Addr2Str(bbsCfg.NetAddress[MBase.NetAddr]) + ' ' + strI2H(CurDateDos, 8));
Msg^.DoStringLn (#1 + 'MSGID: ' + Addr2Str(Msg^.GetOrigAddr) + ' ' + strI2H(CurDateDos, 8));
//Msg^.DoStringLn (#1 + 'MSGID: ' + Addr2Str(bbsCfg.NetAddress[MBase.NetAddr]) + ' ' + strI2H(CurDateDos, 8));
If ReplyID <> '' Then
Msg^.DoStringLn (#1 + 'REPLY: ' + ReplyID);