Experimental rfc2ftn patch
This commit is contained in:
parent
58437c8c8b
commit
4a7252d7b5
@ -4652,6 +4652,8 @@ v0.33.20 10-Feb-2002
|
||||
is automatic created and a areamgr request is sent to the
|
||||
uplink to connect that area. The area is created with the
|
||||
defaults from the mailgroup.
|
||||
Experimental patch in mkftnhdr to create a To address in news
|
||||
articles where a Reply-To: header is present.
|
||||
|
||||
mball:
|
||||
Will not crash anymore when it needs more then 10 minutes to
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user