diff --git a/ChangeLog b/ChangeLog index 82e7c902..264e469f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,11 @@ v0.37.3 09-Apr-2003. Some minor changes to the raw ifcico protocol, better error checking and a check for buffer overflow. + mbfido: + In a scanned netmail destined to our own local UUCP gate the + useless X-FTN-INTL and X-FTN-TOPT kludges are no longer + inserted in the message. + lang: New language prompt number 17. Erased language prompts 18..36. diff --git a/mbfido/scan.c b/mbfido/scan.c index bd977276..c77fd8ce 100644 --- a/mbfido/scan.c +++ b/mbfido/scan.c @@ -4,7 +4,7 @@ * Purpose ...............: Scan for outgoing mail. * ***************************************************************************** - * Copyright (C) 1997-2002 + * Copyright (C) 1997-2003 * * Michiel Broek FIDO: 2:280/2802 * Beekmansbos 10 @@ -861,11 +861,6 @@ void ExportNet(unsigned long MsgNum, int UUCPgate) if (msgs.Aka.point && !is_fmpt) fprintf(fp, "X-FTN-FMPT: %d\n", msgs.Aka.point); - if (Dest.point && !is_topt) - fprintf(fp, "X-FTN-TOPT: %d\n", Dest.point); - if (!is_intl) - fprintf(fp, "X-FTN-INTL: %d:%d/%d %d:%d/%d\n", Dest.zone, Dest.net, Dest.node, - msgs.Aka.zone, msgs.Aka.net, msgs.Aka.node); if (Msg_Read(MsgNum, 78)) { if ((p = (char *)MsgText_First()) != NULL) {