Fixed double To: line insertion to the UUCP gated messages with attachment
This commit is contained in:
parent
80a717f1c4
commit
4be936900b
@ -556,6 +556,7 @@ void DoKludges(int mode, GMsg* msg, bool attronly) {
|
|||||||
if(*msg->ito) {
|
if(*msg->ito) {
|
||||||
sprintf(buf, "To: %s\r", msg->ito);
|
sprintf(buf, "To: %s\r", msg->ito);
|
||||||
line = AddKludge(line, buf);
|
line = AddKludge(line, buf);
|
||||||
|
line->kludge = GKLUD_RFC;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user