NotifySend.php
authorAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 15:41:45 +0000 (23:41 +0800)
committerAlan Knowles <alan@akkbhome.com>
Wed, 6 Apr 2011 15:41:45 +0000 (23:41 +0800)
NotifySend.php

index 52a4866..104f320 100644 (file)
@@ -85,13 +85,15 @@ class Pman_Core_NotifySend extends Pman
             }
             if ($code == 451) {
                 // try again later..
-                
+                $this->addEvent('NOTIFY', $w, 'GREYLISTED');
+                $w->act_when = strtotime('NOW + 5 MINUTES');
                 
             }
             // fail.. = log and give up..
             
             
             
+            
         }