Filefind netmail replies now set the pvt flag

This commit is contained in:
Michiel Broek 2002-06-27 19:06:26 +00:00
parent 09f76b625d
commit 35f7a11f6a

View File

@ -185,6 +185,7 @@ long StartReply(ff_list *ffl)
if (scanmgr.NetReply){
Msg.Netmail = TRUE;
sprintf(Msg.ToAddress, "%d:%d/%d.%d", ffl->zone, ffl->net, ffl->node, ffl->point);
Msg.Private = TRUE;
} else
Msg.Echomail = TRUE;