Dont add a MSGID kludge if there isnt one
This commit is contained in:
parent
87f495b326
commit
2f24e13940
@ -549,6 +549,7 @@ class Message extends FTNBase
|
|||||||
// Add some kludges
|
// Add some kludges
|
||||||
$return .= sprintf("\01TZUTC: %s\r",str_replace('+','',$this->mo->date->getOffsetString('')));
|
$return .= sprintf("\01TZUTC: %s\r",str_replace('+','',$this->mo->date->getOffsetString('')));
|
||||||
|
|
||||||
|
if ($this->mo->msgid)
|
||||||
$return .= sprintf("\01MSGID: %s\r",$this->mo->msgid);
|
$return .= sprintf("\01MSGID: %s\r",$this->mo->msgid);
|
||||||
|
|
||||||
if ($this->mo->replyid)
|
if ($this->mo->replyid)
|
||||||
|
Loading…
Reference in New Issue
Block a user