Compare commits
2 Commits
cfb408766f
...
394144d263
Author | SHA1 | Date | |
---|---|---|---|
394144d263 | |||
d25dae2427 |
@ -436,7 +436,7 @@ final class Binkp extends BaseProtocol
|
||||
}
|
||||
|
||||
if (static::DEBUG)
|
||||
Log::debug(sprintf('%s: - binkp_recv BUFFER [%d]',self::LOGKEY,strlen($this->rx_buf)));
|
||||
Log::debug(sprintf('%s:- rx_buf size [%d]',self::LOGKEY,strlen($this->rx_buf)));
|
||||
|
||||
$msg = ord(substr($this->rx_buf,0,1));
|
||||
|
||||
|
@ -228,8 +228,8 @@ class MessageProcess implements ShouldQueue
|
||||
if ($this->mo->msgid) {
|
||||
$o = Echomail::where('msgid',$this->mo->msgid)
|
||||
->where('fftn_id',$this->mo->fftn->id)
|
||||
->where('datetime','>=',$this->mo->date->subYears(3))
|
||||
->where('datetime','<=',$this->mo->date)
|
||||
->where('datetime','>=',$this->mo->datetime->subYears(3))
|
||||
->where('datetime','<=',$this->mo->datetime)
|
||||
->single();
|
||||
|
||||
Log::debug(sprintf('%s:- Checking for duplicate from host id [%d].',self::LOGKEY,$this->mo->fftn->id));
|
||||
|
Loading…
Reference in New Issue
Block a user