From: edward Date: Thu, 14 Jul 2016 06:50:05 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=03ab3f8630114c1602118b72d5ce88c026505fd1 NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index 4f8c90e2..b709424d 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -486,6 +486,7 @@ class Pman_Core_NotifySend extends Pman //print_r($res); $this->addEvent('NOTIFY', $w, 'GREYLISTED - ' . $errmsg); $w->act_when = date('Y-m-d H:i:s', strtotime('NOW + ' . $retry . ' MINUTES')); + $w->domain_id = $core_domain->id; $w->update($ww);