Experimental rfc2ftn patch

This commit is contained in:
Michiel Broek
2002-03-03 18:35:02 +00:00
parent 58437c8c8b
commit 4a7252d7b5
2 changed files with 4 additions and 0 deletions

View File

@@ -228,6 +228,8 @@ ftnmsg *mkftnhdr(rfcmsg *msg, int incode, int outcode, int newsmode, faddr *reci
p = xstrcpy(hdr((char *)"X-Fidonet-Comment-To",msg));
if (p == NULL)
p = xstrcpy(hdr((char *)"X-Apparently-To",msg));
if (p == NULL)
p = xstrcpy(hdr((char *)"Reply-To", msg));
if (p == NULL)
p = xstrcpy(hdr((char *)"To", msg)); /* 14-Aug-2001 MB */
if (p) {