Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

REQDIR & REQFIL servers do not parse addresses correctly for reply message #3

Open
TAj-src opened this issue Mar 17, 2024 · 0 comments

Comments

@TAj-src
Copy link

TAj-src commented Mar 17, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant