Fix for local UUCP gate
This commit is contained in:
parent
5211f77167
commit
6cea192c8f
@ -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.
|
||||
|
@ -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) {
|
||||
|
Reference in New Issue
Block a user