ietf-822
[Top] [All Lists]

Re: Understanding response protocols

2005-06-07 01:44:55

On Mon, 06 Jun 2005, Hector Santos wrote:
old :

char *ReplyToSender()
{
  char *to_address = reply_to_address;
  if (to_address empty) to_address = from_address;
  return to_address;
}

A function that does the above should be labeled "Reply" or "Reply to
author's suggested reply address", or something similar.  A function
labeled "Reply to sender" should reply to the "Sender:" address, or to
the "From:" address if there is no "Sender:" address.

--apb (Alan Barrett)