summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-01-25 12:48:37 +0000
committerfukachan <fukachan>2003-01-25 12:48:37 +0000
commitb62b8ee35005aecee883fabfdb9e9d673505fd25 (patch)
tree4bdc59b7d4ed67229121e7c8d43fa4b786be8a43
parent806a49df30b05728800b5a30688295b442d6bbe1 (diff)
downloadfml8-b62b8ee35005aecee883fabfdb9e9d673505fd25.tar.gz
fml8-b62b8ee35005aecee883fabfdb9e9d673505fd25.tar.bz2
fml8-b62b8ee35005aecee883fabfdb9e9d673505fd25.zip
FNF: fix comments
-rw-r--r--fml/lib/FML/Command/Admin/addadmin.pm9
-rw-r--r--fml/lib/FML/Command/Admin/addmoderator.pm9
-rw-r--r--fml/lib/FML/Command/Admin/byeadmin.pm9
-rw-r--r--fml/lib/FML/Command/Admin/deladmin.pm9
-rw-r--r--fml/lib/FML/Command/Admin/delmoderator.pm9
-rw-r--r--fml/lib/FML/Command/Admin/digest.pm22
-rw-r--r--fml/lib/FML/Command/Admin/digestoff.pm10
-rw-r--r--fml/lib/FML/Command/Admin/digeston.pm10
-rw-r--r--fml/lib/FML/Command/Admin/dir.pm5
-rw-r--r--fml/lib/FML/Command/Admin/edit.pm8
-rw-r--r--fml/lib/FML/Command/Admin/file.pm5
-rw-r--r--fml/lib/FML/Command/Admin/list.pm9
-rw-r--r--fml/lib/FML/Command/Admin/log.pm9
-rw-r--r--fml/lib/FML/Command/Admin/newml.pm7
-rw-r--r--fml/lib/FML/Command/Admin/off.pm9
-rw-r--r--fml/lib/FML/Command/Admin/on.pm9
-rw-r--r--fml/lib/FML/Command/Admin/rmml.pm5
-rw-r--r--fml/lib/FML/Command/Admin/subscribe.pm9
-rw-r--r--fml/lib/FML/Command/Admin/unsubscribe.pm9
-rw-r--r--fml/lib/FML/Command/User/confirm.pm8
-rw-r--r--fml/lib/FML/Error/Analyze.pm7
-rw-r--r--fml/lib/FML/Filter/TrafficMonitor.pm16
22 files changed, 116 insertions, 86 deletions
diff --git a/fml/lib/FML/Command/Admin/addadmin.pm b/fml/lib/FML/Command/Admin/addadmin.pm
index 18d94d4d..f162a76d 100644
--- a/fml/lib/FML/Command/Admin/addadmin.pm
+++ b/fml/lib/FML/Command/Admin/addadmin.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002 Ken'ichi Fukamachi
+# Copyright (C) 2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: addadmin.pm,v 1.7 2002/09/22 14:56:43 fukachan Exp $
+# $FML: addadmin.pm,v 1.8 2002/12/15 13:46:28 fukachan Exp $
#
package FML::Command::Admin::addadmin;
@@ -90,7 +90,8 @@ sub process
# Descriptions: cgi menu to add a new user
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
@@ -119,7 +120,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2002 Ken'ichi Fukamachi
+Copyright (C) 2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/addmoderator.pm b/fml/lib/FML/Command/Admin/addmoderator.pm
index 9d5f914e..b3c318e7 100644
--- a/fml/lib/FML/Command/Admin/addmoderator.pm
+++ b/fml/lib/FML/Command/Admin/addmoderator.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002 Ken'ichi Fukamachi
+# Copyright (C) 2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: addmoderator.pm,v 1.2 2002/09/11 23:18:06 fukachan Exp $
+# $FML: addmoderator.pm,v 1.3 2002/09/22 14:56:44 fukachan Exp $
#
package FML::Command::Admin::addmoderator;
@@ -90,7 +90,8 @@ sub process
# Descriptions: cgi menu to add a new user
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
@@ -119,7 +120,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2002 Ken'ichi Fukamachi
+Copyright (C) 2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/byeadmin.pm b/fml/lib/FML/Command/Admin/byeadmin.pm
index 5d69e408..d28ceaeb 100644
--- a/fml/lib/FML/Command/Admin/byeadmin.pm
+++ b/fml/lib/FML/Command/Admin/byeadmin.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: byeadmin.pm,v 1.7 2002/12/15 14:14:21 fukachan Exp $
+# $FML: byeadmin.pm,v 1.8 2002/12/24 10:19:44 fukachan Exp $
#
package FML::Command::Admin::byeadmin;
@@ -94,7 +94,8 @@ sub process
# Descriptions: show cgi menu to remove the administrator
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
@@ -123,7 +124,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/deladmin.pm b/fml/lib/FML/Command/Admin/deladmin.pm
index edf68c62..052ea288 100644
--- a/fml/lib/FML/Command/Admin/deladmin.pm
+++ b/fml/lib/FML/Command/Admin/deladmin.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: deladmin.pm,v 1.5 2002/12/15 13:46:28 fukachan Exp $
+# $FML: deladmin.pm,v 1.6 2002/12/24 10:19:44 fukachan Exp $
#
package FML::Command::Admin::deladmin;
@@ -94,7 +94,8 @@ sub process
# Descriptions: show cgi menu to remove the administrator
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
@@ -123,7 +124,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/delmoderator.pm b/fml/lib/FML/Command/Admin/delmoderator.pm
index 5965b2fa..a07749a5 100644
--- a/fml/lib/FML/Command/Admin/delmoderator.pm
+++ b/fml/lib/FML/Command/Admin/delmoderator.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: delmoderator.pm,v 1.4 2002/12/15 13:46:28 fukachan Exp $
+# $FML: delmoderator.pm,v 1.5 2002/12/24 10:19:44 fukachan Exp $
#
package FML::Command::Admin::delmoderator;
@@ -94,7 +94,8 @@ sub process
# Descriptions: show cgi menu to remove the moderator
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
@@ -123,7 +124,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/digest.pm b/fml/lib/FML/Command/Admin/digest.pm
index 38403fcf..8b521f4c 100644
--- a/fml/lib/FML/Command/Admin/digest.pm
+++ b/fml/lib/FML/Command/Admin/digest.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002 MURASHITA Takuya
+# Copyright (C) 2002,2003 MURASHITA Takuya
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: digest.pm,v 1.4 2002/12/20 03:40:12 fukachan Exp $
+# $FML: digest.pm,v 1.5 2002/12/24 10:19:44 fukachan Exp $
#
package FML::Command::Admin::digest;
@@ -60,6 +60,7 @@ sub need_lock { 1;}
# Descriptions: toggle delivery mode between real time and digest.
# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
# Side Effects: update $recipient_map,$digest_recipient_maps
+# Return Value: none
sub process
{
my ($self, $curproc, $command_args) = @_;
@@ -115,8 +116,10 @@ sub process
# Descriptions: change delivery mode to real time.
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($command_args) HASH_REF($dargs)
# Side Effects: update $recipient_map
+# Return Value: none
sub _digest_on
{
my ($self, $curproc, $command_args, $dargs) = @_;
@@ -145,8 +148,10 @@ sub _digest_on
# Descriptions: change delivery mode to digest.
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($command_args) HASH_REF($dargs)
# Side Effects: update $recipient_map
+# Return Value: none
sub _digest_off
{
my ($self, $curproc, $command_args, $dargs) = @_;
@@ -176,7 +181,7 @@ sub _digest_off
# Descriptions: add the specified user.
# Arguments: OBJ($self)
-# OBJ($curproc) HASH_REF($args) HASH_REF($uc_args)
+# OBJ($curproc) HASH_REF($command_args) HASH_REF($uc_args)
# Side Effects: update address list(s).
# Return Value: none
sub _useradd
@@ -198,7 +203,7 @@ sub _useradd
# Descriptions: remove the specified user.
# Arguments: OBJ($self)
-# OBJ($curproc) HASH_REF($args) HASH_REF($uc_args)
+# OBJ($curproc) HASH_REF($command_args) HASH_REF($uc_args)
# Side Effects: update address list(s).
# Return Value: none
sub _userdel
@@ -219,7 +224,8 @@ sub _userdel
# Descriptions: show cgi menu.
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $recipient_map
# Return Value: none
sub cgi_menu
@@ -253,7 +259,7 @@ MURASHITA Takuya
=head1 COPYRIGHT
-Copyright (C) 2002 MURASHITA Takuya
+Copyright (C) 2002,2003 MURASHITA Takuya
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/digestoff.pm b/fml/lib/FML/Command/Admin/digestoff.pm
index 96ae1a29..aca80df4 100644
--- a/fml/lib/FML/Command/Admin/digestoff.pm
+++ b/fml/lib/FML/Command/Admin/digestoff.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002 Ken'ichi Fukamachi
+# Copyright (C) 2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: digestoff.pm,v 1.1 2002/11/24 02:52:43 fukachan Exp $
+# $FML: digestoff.pm,v 1.2 2002/12/15 13:46:28 fukachan Exp $
#
package FML::Command::Admin::digestoff;
@@ -55,6 +55,7 @@ sub need_lock { 1;}
# Descriptions: disable digest mode for the specified user.
# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
# Side Effects: update $recipient_map,$digest_recipient_maps
+# Return Value: none
sub process
{
my ($self, $curproc, $command_args) = @_;
@@ -71,7 +72,8 @@ sub process
# Descriptions: show cgi menu for digestoff.
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $recipient_map
# Return Value: none
sub cgi_menu
@@ -100,7 +102,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2002 Ken'ichi Fukamachi
+Copyright (C) 2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/digeston.pm b/fml/lib/FML/Command/Admin/digeston.pm
index 12bf5af4..5a5a228a 100644
--- a/fml/lib/FML/Command/Admin/digeston.pm
+++ b/fml/lib/FML/Command/Admin/digeston.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002 Ken'ichi Fukamachi
+# Copyright (C) 2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: digeston.pm,v 1.1 2002/11/24 02:52:43 fukachan Exp $
+# $FML: digeston.pm,v 1.2 2002/12/15 13:46:29 fukachan Exp $
#
package FML::Command::Admin::digeston;
@@ -55,6 +55,7 @@ sub need_lock { 1;}
# Descriptions: digest mode off/on for the specified user.
# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
# Side Effects: update $recipient_map,$digest_recipient_maps
+# Return Value: none
sub process
{
my ($self, $curproc, $command_args) = @_;
@@ -71,7 +72,8 @@ sub process
# Descriptions: show cgi menu for digeston
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $recipient_map
# Return Value: none
sub cgi_menu
@@ -100,7 +102,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2002 Ken'ichi Fukamachi
+Copyright (C) 2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/dir.pm b/fml/lib/FML/Command/Admin/dir.pm
index 9289d5e9..40eb4569 100644
--- a/fml/lib/FML/Command/Admin/dir.pm
+++ b/fml/lib/FML/Command/Admin/dir.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: dir.pm,v 1.9 2003/01/03 07:05:09 fukachan Exp $
+# $FML: dir.pm,v 1.10 2003/01/25 09:14:05 fukachan Exp $
#
package FML::Command::Admin::dir;
@@ -90,7 +90,8 @@ sub process
# Descriptions: cgi menu (dummy)
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
diff --git a/fml/lib/FML/Command/Admin/edit.pm b/fml/lib/FML/Command/Admin/edit.pm
index 8dc3f7f5..bf478b2f 100644
--- a/fml/lib/FML/Command/Admin/edit.pm
+++ b/fml/lib/FML/Command/Admin/edit.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: edit.pm,v 1.12 2002/09/28 14:42:01 fukachan Exp $
+# $FML: edit.pm,v 1.13 2002/12/15 14:09:27 fukachan Exp $
#
package FML::Command::Admin::edit;
@@ -58,7 +58,7 @@ sub need_lock { 1;}
# Descriptions: run "vi" or the specified editor to edit config.cf.
-# Arguments: $self $curproc $command_args
+# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
# Side Effects: update config.cf
# Return Value: none
sub process
@@ -94,7 +94,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/file.pm b/fml/lib/FML/Command/Admin/file.pm
index 43860506..64681e6d 100644
--- a/fml/lib/FML/Command/Admin/file.pm
+++ b/fml/lib/FML/Command/Admin/file.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: file.pm,v 1.9 2003/01/03 07:05:11 fukachan Exp $
+# $FML: file.pm,v 1.10 2003/01/25 09:14:05 fukachan Exp $
#
package FML::Command::Admin::file;
@@ -99,7 +99,8 @@ sub process
# Descriptions: show cgi menu (dummy)
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
diff --git a/fml/lib/FML/Command/Admin/list.pm b/fml/lib/FML/Command/Admin/list.pm
index e20d3540..e1c0e891 100644
--- a/fml/lib/FML/Command/Admin/list.pm
+++ b/fml/lib/FML/Command/Admin/list.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002 Ken'ichi Fukamachi
+# Copyright (C) 2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: list.pm,v 1.9 2002/09/22 14:56:45 fukachan Exp $
+# $FML: list.pm,v 1.10 2002/12/20 03:40:12 fukachan Exp $
#
package FML::Command::Admin::list;
@@ -120,7 +120,8 @@ sub _show_list
# Descriptions: show cgi menu.
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
@@ -166,7 +167,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2002 Ken'ichi Fukamachi
+Copyright (C) 2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/log.pm b/fml/lib/FML/Command/Admin/log.pm
index 615cadc5..ba14b703 100644
--- a/fml/lib/FML/Command/Admin/log.pm
+++ b/fml/lib/FML/Command/Admin/log.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002 Ken'ichi Fukamachi
+# Copyright (C) 2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: log.pm,v 1.10 2002/12/15 13:46:29 fukachan Exp $
+# $FML: log.pm,v 1.11 2002/12/20 03:39:08 fukachan Exp $
#
package FML::Command::Admin::log;
@@ -74,7 +74,8 @@ sub process
# Descriptions: show cgi menu
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
@@ -166,7 +167,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2002 Ken'ichi Fukamachi
+Copyright (C) 2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/newml.pm b/fml/lib/FML/Command/Admin/newml.pm
index b1f56135..a09aa06c 100644
--- a/fml/lib/FML/Command/Admin/newml.pm
+++ b/fml/lib/FML/Command/Admin/newml.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: newml.pm,v 1.57 2003/01/03 07:06:14 fukachan Exp $
+# $FML: newml.pm,v 1.58 2003/01/07 08:38:32 fukachan Exp $
#
package FML::Command::Admin::newml;
@@ -261,7 +261,7 @@ sub _update_aliases
# Descriptions: $alias file has an $ml_name entry or not
-# Arguments: OBJ($self) OBJ($curproc) STR($ml_name)
+# Arguments: OBJ($self) OBJ($curproc) HASH_REF($params) STR($ml_name)
# Side Effects: none
# Return Value: NUM( 1 or 0 )
sub _is_mta_alias_maps_has_ml_entry
@@ -449,7 +449,8 @@ sub _setup_listinfo
# Descriptions: show cgi menu for newml
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: create home directories, update aliases, ...
# Return Value: none
sub cgi_menu
diff --git a/fml/lib/FML/Command/Admin/off.pm b/fml/lib/FML/Command/Admin/off.pm
index a16952e4..7fe2747e 100644
--- a/fml/lib/FML/Command/Admin/off.pm
+++ b/fml/lib/FML/Command/Admin/off.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002 MURASHITA Takuya
+# Copyright (C) 2002,2003 MURASHITA Takuya
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: off.pm,v 1.4 2002/12/20 03:40:12 fukachan Exp $
+# $FML: off.pm,v 1.5 2002/12/24 10:19:44 fukachan Exp $
#
package FML::Command::Admin::off;
@@ -91,7 +91,8 @@ sub process
# Descriptions: show cgi menu for off
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $recipient_map
# Return Value: none
sub cgi_menu
@@ -120,7 +121,7 @@ MURASHITA Takuya
=head1 COPYRIGHT
-Copyright (C) 2002 MURASHITA Takuya
+Copyright (C) 2002,2003 MURASHITA Takuya
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/on.pm b/fml/lib/FML/Command/Admin/on.pm
index 52ee87a5..661fd91c 100644
--- a/fml/lib/FML/Command/Admin/on.pm
+++ b/fml/lib/FML/Command/Admin/on.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2002 MURASHITA Takuya
+# Copyright (C) 2002,2003 MURASHITA Takuya
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: on.pm,v 1.4 2002/09/22 14:56:45 fukachan Exp $
+# $FML: on.pm,v 1.5 2002/12/20 03:40:12 fukachan Exp $
#
package FML::Command::Admin::on;
@@ -92,7 +92,8 @@ sub process
# Descriptions: show cgi menu for on
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $recipient_map
# Return Value: none
sub cgi_menu
@@ -121,7 +122,7 @@ MURASHITA Takuya
=head1 COPYRIGHT
-Copyright (C) 2002 MURASHITA Takuya
+Copyright (C) 2002,2003 MURASHITA Takuya
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/rmml.pm b/fml/lib/FML/Command/Admin/rmml.pm
index a37ddc31..b7e6ce7e 100644
--- a/fml/lib/FML/Command/Admin/rmml.pm
+++ b/fml/lib/FML/Command/Admin/rmml.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: rmml.pm,v 1.12 2003/01/03 07:06:14 fukachan Exp $
+# $FML: rmml.pm,v 1.13 2003/01/07 08:38:32 fukachan Exp $
#
package FML::Command::Admin::rmml;
@@ -162,7 +162,8 @@ sub _remove_aliases
# Descriptions: show cgi menu for rmml
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: create home directories, update aliases, ...
# Return Value: none
sub cgi_menu
diff --git a/fml/lib/FML/Command/Admin/subscribe.pm b/fml/lib/FML/Command/Admin/subscribe.pm
index 6df49808..7438c270 100644
--- a/fml/lib/FML/Command/Admin/subscribe.pm
+++ b/fml/lib/FML/Command/Admin/subscribe.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: subscribe.pm,v 1.18 2002/09/22 14:56:46 fukachan Exp $
+# $FML: subscribe.pm,v 1.19 2002/12/20 03:40:12 fukachan Exp $
#
package FML::Command::Admin::subscribe;
@@ -93,7 +93,8 @@ sub process
# Descriptions: show cgi menu for subscribe
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
@@ -122,7 +123,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/Admin/unsubscribe.pm b/fml/lib/FML/Command/Admin/unsubscribe.pm
index e63eedd5..09a3fb24 100644
--- a/fml/lib/FML/Command/Admin/unsubscribe.pm
+++ b/fml/lib/FML/Command/Admin/unsubscribe.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: unsubscribe.pm,v 1.17 2002/12/15 13:46:29 fukachan Exp $
+# $FML: unsubscribe.pm,v 1.18 2002/12/20 03:40:13 fukachan Exp $
#
package FML::Command::Admin::unsubscribe;
@@ -95,7 +95,8 @@ sub process
# Descriptions: show cgi menu for unsubscribe
-# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
+# Arguments: OBJ($self)
+# OBJ($curproc) HASH_REF($args) HASH_REF($command_args)
# Side Effects: update $member_map $recipient_map
# Return Value: none
sub cgi_menu
@@ -124,7 +125,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Command/User/confirm.pm b/fml/lib/FML/Command/User/confirm.pm
index 4f3ed6d1..9d3c5c92 100644
--- a/fml/lib/FML/Command/User/confirm.pm
+++ b/fml/lib/FML/Command/User/confirm.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: confirm.pm,v 1.18 2002/12/18 04:22:37 fukachan Exp $
+# $FML: confirm.pm,v 1.19 2002/12/24 10:19:45 fukachan Exp $
#
package FML::Command::User::confirm;
@@ -53,7 +53,7 @@ sub need_lock { 1;}
# Descriptions: addresses to inform a message copy to
-# Arguments: none
+# Arguments: OBJ($self) OBJ($curproc) HASH_REF($command_args)
# Side Effects: none
# Return Value: ARREY_REF
sub notice_cc_recipient
@@ -192,7 +192,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.
diff --git a/fml/lib/FML/Error/Analyze.pm b/fml/lib/FML/Error/Analyze.pm
index ee0113b2..79c9c5a6 100644
--- a/fml/lib/FML/Error/Analyze.pm
+++ b/fml/lib/FML/Error/Analyze.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Analyze.pm,v 1.15 2003/01/05 05:15:21 fukachan Exp $
+# $FML: Analyze.pm,v 1.16 2003/01/07 08:38:32 fukachan Exp $
#
package FML::Error::Analyze;
@@ -254,6 +254,11 @@ sub error_continuity
return \@removelist;
}
+
+# Descriptions: error continuity based cost counting
+# Arguments: OBJ($self) OBJ($curproc) HASH_REF($data)
+# Side Effects: none
+# Return Value: ARRAY_REF
sub error_continuity2
{
my ($self, $curproc, $data) = @_;
diff --git a/fml/lib/FML/Filter/TrafficMonitor.pm b/fml/lib/FML/Filter/TrafficMonitor.pm
index d7fcc989..0c4f1637 100644
--- a/fml/lib/FML/Filter/TrafficMonitor.pm
+++ b/fml/lib/FML/Filter/TrafficMonitor.pm
@@ -1,10 +1,10 @@
#-*- perl -*-
#
-# Copyright (C) 2001,2002 Ken'ichi Fukamachi
+# Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: TrafficMonitor.pm,v 1.8 2002/09/22 14:56:50 fukachan Exp $
+# $FML: TrafficMonitor.pm,v 1.9 2002/12/20 03:44:05 fukachan Exp $
#
package FML::Filter::TrafficMonitor;
@@ -36,10 +36,10 @@ use File::CacheDir;
#
-# Descriptions:
+# Descriptions: constructor.
# Arguments: OBJ($self) HASH_REF($args)
-# Side Effects:
-# Return Value: none
+# Side Effects: none
+# Return Value: OBJ
sub new
{
my ($self, $args) = @_;
@@ -50,8 +50,8 @@ sub new
# Descriptions: open cache and return C<File::CacheDir> object.
-# Arguments: OBJ($self) HASH_REF($args)
-# Side Effects:
+# Arguments: OBJ($self) STR($db) HASH_REF($args)
+# Side Effects: update $self->{ _obj }
# Return Value: none
sub _open_cache
{
@@ -85,7 +85,7 @@ Ken'ichi Fukamachi
=head1 COPYRIGHT
-Copyright (C) 2001,2002 Ken'ichi Fukamachi
+Copyright (C) 2001,2002,2003 Ken'ichi Fukamachi
All rights reserved. This program is free software; you can
redistribute it and/or modify it under the same terms as Perl itself.