Skip to content

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

Description

@TAj-src

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions