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