Add packet name for incoming netmails, dont send back messages to sender for areafix messages
This commit is contained in:
@@ -48,7 +48,7 @@ class PacketProcess extends Command
|
||||
$this->info(sprintf('Processing message from [%s] with msgid [%s]',$msg->fboss,$msg->msgid));
|
||||
|
||||
// Dispatch job.
|
||||
Job::dispatchSync($msg,$this->option('nobot'));
|
||||
Job::dispatchSync($msg,$f->pktName(),$this->option('nobot'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user