You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
file_put_contents($logphpsendmail, date('Y-m-d H:i:s') . " Nb of processes found with ".$commandresexec." = ".$resexec." (we accept ".$MAXALLOWED.")\n", FILE_APPEND);
478
+
file_put_contents($logphpsendmail, date('Y-m-d H:i:s') . " Nb of processes found with ".$commandresexec." = ".$resexec." (we accept mailquota ".$MAXALLOWED.")\n", FILE_APPEND);
479
479
480
480
if ($resexec > $MAXALLOWED) {
481
481
file_put_contents($logphpsendmail, date('Y-m-d H:i:s') . "$remoteip sellyoursaas rules ko quota reached. User has reached its quota of ".$MAXALLOWED."\n", FILE_APPEND);
@@ -541,10 +541,13 @@
541
541
* getInstancesOfUser()
542
542
*
543
543
* @param string $pathtospamdir Spam directory
544
+
* @param string $logfile File name for log
544
545
* @return array Array of instances in mailquota (so paid instances). Key is osu... user. Value is an array.
0 commit comments