BINKP responding to incoming netmail pings
This commit is contained in:
@@ -20,7 +20,7 @@ class Mail extends Item
|
||||
switch ($action) {
|
||||
case self::I_SEND:
|
||||
$this->file = $mail;
|
||||
$this->file_name = sprintf('%08X.PKT',Carbon::now()->timestamp);
|
||||
$this->file_name = sprintf('%08x.pkt',Carbon::now()->timestamp);
|
||||
$this->file_size = strlen($mail);
|
||||
$this->file_mtime = Carbon::now()->timestamp; // @todo This timestamp should be consistent incase of retries
|
||||
|
||||
|
Reference in New Issue
Block a user