Fix routed netmails being packed for the hub, not the destination. Added some logging for idle netmails/emails
This commit is contained in:
@@ -169,9 +169,6 @@ trait MessageAttributes
|
||||
{
|
||||
Log::debug(sprintf('%s:+ Bundling [%s] for [%s]',self::LOGKEY,$this->id,$ao->ftn),['type'=>get_class($this)]);
|
||||
|
||||
// For netmails, our tftn is the next hop
|
||||
$this->tftn = $ao;
|
||||
|
||||
// @todo Dont bundle mail to nodes that have been disabled, or addresses that have been deleted
|
||||
return Message::packMessage($this);
|
||||
}
|
||||
|
Reference in New Issue
Block a user