Now correctly showing packet receive time, and sending Notifications based on the packet address, not the node address
This commit is contained in:
@@ -59,7 +59,7 @@ class EchoareaNoWrite extends Netmails
|
||||
)
|
||||
);
|
||||
|
||||
$msg->addText("It appears that you do not have permission to post in this echoarea, so the message from your system was rejected.\r\r");
|
||||
$msg->addText(sprintf("It appears that you do not have permission to post in this echoarea using the address [%s], so the message from your system was rejected.\r\r",$ao->ftn));
|
||||
$msg->addText("Please contact the ZC if you think this is a mistake.\r\r");
|
||||
|
||||
$msg->addText($this->message_path($this->mo));
|
||||
|
Reference in New Issue
Block a user