...
|
...
|
@@ -64,7 +64,7 @@ class AutoMail { |
|
|
2 Unzustellbar
|
|
|
2 Notification
|
|
|
2 expired';
|
|
|
$filter = explode("\r\n",$filter);
|
|
|
$filter = explode("\n",$filter);
|
|
|
foreach ($filter as $f) {
|
|
|
if (!$f) continue;
|
|
|
$this->filter[] = [
|
...
|
...
|
@@ -143,7 +143,7 @@ swoole_set_process_name('auto-reply-run-man'); |
|
|
|
|
|
$pm = new Swoole\Process\Manager();
|
|
|
|
|
|
$pm->addBatch(10,function (){
|
|
|
$pm->addBatch(1,function (){
|
|
|
|
|
|
swoole_set_process_name('auto-reply-email-run');
|
|
|
|
...
|
...
|
|