diff options
| author | fukachan <fukachan> | 2003-05-12 10:16:38 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-05-12 10:16:38 +0000 |
| commit | f914afdbe83507cccca18b7953c3992aa18abc6e (patch) | |
| tree | 180a0aded945a705945a8a474e8c377f35c2ffb4 /fml/lib/FML/Command/Admin/on.pm | |
| parent | b8e34c6b65bd5e1b5838204265e35845306a6f19 (diff) | |
| download | fml8-f914afdbe83507cccca18b7953c3992aa18abc6e.tar.gz fml8-f914afdbe83507cccca18b7953c3992aa18abc6e.tar.bz2 fml8-f914afdbe83507cccca18b7953c3992aa18abc6e.zip | |
we should operate only $primary_*_map not $*_maps in deleting the user
address.
Diffstat (limited to 'fml/lib/FML/Command/Admin/on.pm')
| -rw-r--r-- | fml/lib/FML/Command/Admin/on.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fml/lib/FML/Command/Admin/on.pm b/fml/lib/FML/Command/Admin/on.pm index 0b302375..6b59a566 100644 --- a/fml/lib/FML/Command/Admin/on.pm +++ b/fml/lib/FML/Command/Admin/on.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: on.pm,v 1.7 2003/02/13 14:06:13 fukachan Exp $ +# $FML: on.pm,v 1.8 2003/03/18 10:42:43 fukachan Exp $ # package FML::Command::Admin::on; @@ -67,8 +67,6 @@ sub process { my ($self, $curproc, $command_args) = @_; my $config = $curproc->{ config }; - - # XXX-TODO: use of $primary_recipient_map is correct here? my $recipient_map = $config->{ primary_recipient_map }; my $options = $command_args->{ options }; my $address = $command_args->{ command_data } || $options->[ 0 ]; |
