Re: Understanding response protocols
Alan Barrett <[email protected]>
| Newsgroups | gmane.ietf.rfc822 |
|---|---|
| Message-ID | <[email protected]> |
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)