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));
|
||||
|
@@ -59,7 +59,7 @@ class EchoareaNotSubscribed extends Netmails
|
||||
)
|
||||
);
|
||||
|
||||
$msg->addText("It appears that you havent been previously subscribed to this echoarea.\r\r");
|
||||
$msg->addText(sprintf("It appears that you havent been previously subscribed to this echoarea using the address [%s].\r\r",$ao->ftn));
|
||||
|
||||
$msg->addText("Even though your post was accepted, I'm not configured to export any posts to you when others respond, you might like to log in to the web interface and do that.\r\r");
|
||||
|
||||
|
Reference in New Issue
Block a user