exists) && ($this->flags & Message::FLAG_LOCAL) && (is_null(Arr::get($this->attributes,'msgid')))) { $ftn = our_address($this->fftn); $this->attributes['msgid'] = sprintf('%s %08x',$ftn->ftn4d,timew()); Log::debug(sprintf('%s:- Auto setting msgid to [%s]',self::LOGKEY,$this->attributes['msgid'])); } return parent::save($options); } }