Removed AREA:TAG kludge from posted articles
This commit is contained in:
parent
48b0ee3bf8
commit
69914223a4
@ -11,6 +11,9 @@ v0.83.17 27-Mar-2006
|
|||||||
mbsetup:
|
mbsetup:
|
||||||
Fixed notation of numbered groups in golded.inc.
|
Fixed notation of numbered groups in golded.inc.
|
||||||
|
|
||||||
|
mbnntp:
|
||||||
|
Removed AREA:TAG kludge from posted articles.
|
||||||
|
|
||||||
|
|
||||||
v0.83.16 13-Mar-2006 - 27-Mar-2006
|
v0.83.16 13-Mar-2006 - 27-Mar-2006
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Purpose ...............: Convert RFC to FTN
|
* Purpose ...............: Convert RFC to FTN
|
||||||
*
|
*
|
||||||
*****************************************************************************
|
*****************************************************************************
|
||||||
* Copyright (C) 1997-2005
|
* Copyright (C) 1997-2006
|
||||||
*
|
*
|
||||||
* Michiel Broek FIDO: 2:280/2802
|
* Michiel Broek FIDO: 2:280/2802
|
||||||
* Beekmansbos 10
|
* Beekmansbos 10
|
||||||
@ -396,7 +396,6 @@ int rfc2ftn(FILE *fp)
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf(ofp, "AREA:%s\n", msgs.Tag);
|
|
||||||
if ((fmsg->msgid_a == NULL) && (fmsg->msgid_n == 0)) {
|
if ((fmsg->msgid_a == NULL) && (fmsg->msgid_n == 0)) {
|
||||||
Syslog('n', "No Messageid from poster, creating new MSGID");
|
Syslog('n', "No Messageid from poster, creating new MSGID");
|
||||||
fprintf(ofp, "\001MSGID: %s %08x\n", aka2str(msgs.Aka), sequencer());
|
fprintf(ofp, "\001MSGID: %s %08x\n", aka2str(msgs.Aka), sequencer());
|
||||||
|
Reference in New Issue
Block a user