Add Zmodem/BINKP/EMSI
This commit is contained in:
@@ -60,7 +60,11 @@ class ImportPacket extends Command
|
||||
'msgid'=>$o->msgid,
|
||||
]);
|
||||
|
||||
$oo->area = $o->echoarea;
|
||||
if (md5(utf8_decode($eo->message)) == md5($o->message))
|
||||
{
|
||||
$this->warn(sprintf('Duplicate message: %s@%s with id: %s',$o->from,$o->fqfa,$o->msgid));
|
||||
break 2;
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
@@ -150,4 +154,4 @@ class ImportPacket extends Command
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user