ProcessReqDir in BBSUtilities.c takes everything after the @ in the message title as the return address.
The data after the @ should be the users HR but to make things work currently you reqiure the line to me
@ @
In : SendServerReply("REQDIR Reply", Buffer, Len, _strupr(Address));
The reply address needs to have msg->from appended to it as well as Address (which will be the HR)
ProcessReqDir in BBSUtilities.c takes everything after the @ in the message title as the return address.
The data after the @ should be the users HR but to make things work currently you reqiure the line to me
@ @
In : SendServerReply("REQDIR Reply", Buffer, Len, _strupr(Address));
The reply address needs to have msg->from appended to it as well as Address (which will be the HR)