Understand some gated messages, that are gated from a different zone
This commit is contained in:
@@ -142,7 +142,12 @@ class MessageProcess implements ShouldQueue
|
||||
->where('domain_id',$this->msg->fboss_o->zone->domain_id)
|
||||
->single();
|
||||
|
||||
Log::debug(sprintf('%s: - Processing echomail [%s].',self::LOGKEY,$this->msg->msgid));
|
||||
if (! $ea) {
|
||||
Log::alert(sprintf('%s:! Echo area [%s] doesnt exist for zone [%s]',self::LOGKEY,$this->msg->echoarea,$this->msg->fboss_o->zone->domain_id));
|
||||
return;
|
||||
}
|
||||
|
||||
Log::debug(sprintf('%s: - Processing echomail [%s] in [%s].',self::LOGKEY,$this->msg->msgid,$this->msg->echoarea));
|
||||
|
||||
// Check for duplicate messages
|
||||
// FTS-0009.001
|
||||
@@ -207,7 +212,7 @@ class MessageProcess implements ShouldQueue
|
||||
$o->tzoffset = $this->msg->date->utcOffset();
|
||||
|
||||
$o->fftn_id = ($x=$this->msg->fboss_o) ? $x->id : NULL; // @todo This should be the node that originated the message - but since that node is not in the DB it would be null
|
||||
$o->echoarea_id = $ea?->id;
|
||||
$o->echoarea_id = $ea->id;
|
||||
$o->msgid = $this->msg->msgid;
|
||||
|
||||
$o->msg = $this->msg->message_src;
|
||||
|
Reference in New Issue
Block a user