diff options
Diffstat (limited to 'fml/lib/FML/Command')
| -rw-r--r-- | fml/lib/FML/Command/Admin/htmlify.pm | 4 | ||||
| -rw-r--r-- | fml/lib/FML/Command/User/chaddr.pm | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/fml/lib/FML/Command/Admin/htmlify.pm b/fml/lib/FML/Command/Admin/htmlify.pm index c2031966..496c5a1a 100644 --- a/fml/lib/FML/Command/Admin/htmlify.pm +++ b/fml/lib/FML/Command/Admin/htmlify.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: htmlify.pm,v 1.7 2002/02/18 14:24:12 fukachan Exp $ +# $FML: htmlify.pm,v 1.8 2002/02/20 14:10:37 fukachan Exp $ # package FML::Command::Admin::htmlify; @@ -40,7 +40,7 @@ or --outdir=/var/www/htdocs/mlarchives/elena if --srcdir is not specified, the source is taken from -/var/spool/ml/$ml_name/spool/. +/var/spool/ml/$ml_name/spool/. =head1 METHODS diff --git a/fml/lib/FML/Command/User/chaddr.pm b/fml/lib/FML/Command/User/chaddr.pm index d07edbe7..54919d3f 100644 --- a/fml/lib/FML/Command/User/chaddr.pm +++ b/fml/lib/FML/Command/User/chaddr.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: chaddr.pm,v 1.8 2002/03/17 04:21:38 fukachan Exp $ +# $FML: chaddr.pm,v 1.9 2002/03/17 05:27:32 fukachan Exp $ # package FML::Command::User::chaddr; @@ -35,7 +35,7 @@ After confirmation succeeds, chaddr process proceeds. =head2 C<process($curproc, $command_args)> -if the old address in chaddr arguments is a member, +if the old address in chaddr arguments is a member, try to confirm this request irrespective of "From:" address. =cut @@ -96,7 +96,7 @@ sub process my $prompt = $config->{ command_prompt } || '>>>'; $curproc->reply_message("\n$prompt $command", $optargs); - # if either old or new addresses in chaddr arguments is an ML member, + # if either old or new addresses in chaddr arguments is an ML member, # try to confirm this request irrespective of "From:" address. if ($cred->is_member($curproc, { address => $old_addr }) || $cred->is_member($curproc, { address => $new_addr })) { |
