diff --git a/docs/notework.txt b/docs/notework.txt index 74b5131..b80f9ad 100644 --- a/docs/notework.txt +++ b/docs/notework.txt @@ -12,6 +12,9 @@ ______________________________________________________________________ Notes for GoldED+ 1.1.5, /snapshot/ ______________________________________________________________________ +- When you change mail to the UUCP gate and InternetRFCBody is on + GoldED+ WILL insert new To: line in the message, stripping old one. + ! Completely redone Synchronet support. Should be more stable and adequate. diff --git a/golded3/gectrl.cpp b/golded3/gectrl.cpp index 29314db..1f18469 100644 --- a/golded3/gectrl.cpp +++ b/golded3/gectrl.cpp @@ -552,7 +552,7 @@ void DoKludges(int mode, GMsg* msg, bool attronly) { } } - if((mode != MODE_CHANGE) and AA->isnet() and not AA->isinternet()) { + if(((mode != MODE_CHANGE) or AA->Internetrfcbody()) and AA->isnet() and not AA->isinternet()) { if(*msg->ito) { sprintf(buf, "To: %s\r", msg->ito); line = AddKludge(line, buf);