« SoftEther VPN 2.0 Beta 4 公開 | メイン | JVN 脆弱性情報をRSSで配信 »
sub handler {
my($eh, $app, $comment) = @_;
if ($comment->text !~ /[\x80-\xff]/) {
$app->log("ASCII only comment from " . $app->remote_ip . ": deny");
return 0;
}
return 1;
}
投稿者: dust+ 投稿時間: 2005年09月07日 23:17 [
トラックバック
|
雑記 ]