summaryrefslogtreecommitdiffstats
path: root/innbbsd/innbbsd.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-08 07:45:31 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-08 07:45:31 +0800
commit12dac5d34534f1cf3f507ccde8b8a8f495ece4e4 (patch)
treee713f886f1ff9ce4ee8bef486d762a52de135cbb /innbbsd/innbbsd.c
parent32bbed747ff7729d46b04d081bcf5ed3ae831c70 (diff)
downloadpttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar.gz
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar.bz2
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar.lz
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar.xz
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.tar.zst
pttbbs-12dac5d34534f1cf3f507ccde8b8a8f495ece4e4.zip
rfc2047 again
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@827 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'innbbsd/innbbsd.c')
-rw-r--r--innbbsd/innbbsd.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/innbbsd/innbbsd.c b/innbbsd/innbbsd.c
index f35c1cfb..f89d95ab 100644
--- a/innbbsd/innbbsd.c
+++ b/innbbsd/innbbsd.c
@@ -678,6 +678,11 @@ ClientType *client;
HEADER[MID_H] && HEADER[NEWSGROUPS_H] ) {
char *path1, *path2;
int rel ;
+ strcpy(HEADER[SUBJECT_H], str_decode_M3(HEADER[SUBJECT_H]));
+ strcpy(HEADER[FROM_H], str_decode_M3(HEADER[FROM_H]));
+ strcpy(HEADER[DATE_H], str_decode_M3(HEADER[DATE_H]));
+ strcpy(HEADER[MID_H], str_decode_M3(HEADER[MID_H]));
+ strcpy(HEADER[NEWSGROUPS_H], str_decode_M3(HEADER[NEWSGROUPS_H]));
rel = 0;
path1 = (char*)mymalloc(strlen(HEADER[PATH_H]) + 3);
path2 = (char*)mymalloc(strlen(MYBBSID) + 3);