diff -u fml.pl.orig fml.pl --- fml.pl.orig 2004-07-30 02:57:33.000000000 +0900 +++ fml.pl 2008-03-03 00:29:48.000000000 +0900 @@ -1770,8 +1770,8 @@ sub IgnoreHandler { &Log("Ignored: \"From:\" field is not member"); - &WarnE("Ignored NOT MEMBER article from $From_address $ML_FN", - "Ignored NOT MEMBER article from $From_address"); +# &WarnE("Ignored NOT MEMBER article from $From_address $ML_FN", +# "Ignored NOT MEMBER article from $From_address"); } # Lookup(key, file); return 1 if the "key" is found in the "file". @@ -2798,7 +2798,7 @@ &Debug("\tDupMessageIdP::(DUPLICATED == LOOPED)") if $debug; local($s) = "Duplicated Message-ID"; &Log("Loop Alert: $s"); - &WarnE("Loop Alert: $s $ML_FN", "$s in <$MAIL_LIST>.\n\n"); +# &WarnE("Loop Alert: $s $ML_FN", "$s in <$MAIL_LIST>.\n\n"); 1; } else { diff -u libconfirm.pl.orig libconfirm.pl --- libconfirm.pl.orig 2004-06-09 02:57:33.000000000 +0900 +++ libconfirm.pl 2008-03-03 00:22:13.000000000 +0900 @@ -649,11 +649,11 @@ if ($buffer =~ /($re_jin|$re_euc_c)/) { &Log("confirm: request includes Japanese character [$&]"); - &Mesg(*e, "Error! Your request seems to include Japanese.", - 'confirm.has_japanese_char'); +# &Mesg(*e, "Error! Your request seems to include Japanese.", +# 'confirm.has_japanese_char'); } - &Mesg(*e, &GenConfirmReplyText(*e, *cf, 'BufferSyntax::Error')); +# &Mesg(*e, &GenConfirmReplyText(*e, *cf, 'BufferSyntax::Error')); if (-f $CONFIRMATION_FILE) { $e{'message:append:files'} = $CONFIRMATION_FILE; }