Fix for limiting AKAs, show parent PID that forked child, other minor fixes
This commit is contained in:
@@ -38,7 +38,6 @@ class AddressPoll implements ShouldQueue
|
||||
if (! $this->ao->system->mailer_preferred->count() || ($this->mo && (! $this->ao->system->mailer_preferred->find($this->mo))))
|
||||
throw new \Exception(sprintf('Unable to poll [%s] missing mailer details',$this->ao->ftn));
|
||||
|
||||
|
||||
foreach ($this->ao->system->mailer_preferred as $o) {
|
||||
// If we chose a protocol, skip to find the mailer details for it
|
||||
if ($this->mo && ($o->id !== $this->mo->id))
|
||||
@@ -51,7 +50,7 @@ class AddressPoll implements ShouldQueue
|
||||
|
||||
} catch (SocketException $e) {
|
||||
Log::error(sprintf('%s:! Unable to connect to [%s]: %s',self::LOGKEY,$this->ao->ftn,$e->getMessage()));
|
||||
abort(500);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
switch ($o->name) {
|
||||
|
Reference in New Issue
Block a user