summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command/User/digest.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2003-12-30 03:07:54 +0000
committerfukachan <fukachan>2003-12-30 03:07:54 +0000
commitbbf2879febd6229727d6f42a7586113c145ef60a (patch)
treeed051d184531d44d5e2ab94ec8bd3f00824aa280 /fml/lib/FML/Command/User/digest.pm
parent60d23319f88e46922fd9e048a016f604f9683d0f (diff)
downloadfml8-bbf2879febd6229727d6f42a7586113c145ef60a.tar.gz
fml8-bbf2879febd6229727d6f42a7586113c145ef60a.tar.bz2
fml8-bbf2879febd6229727d6f42a7586113c145ef60a.zip
update comments on $primary_*_map use.
use $curproc->{ credential } not call "use FML::Credential ...".
Diffstat (limited to 'fml/lib/FML/Command/User/digest.pm')
-rw-r--r--fml/lib/FML/Command/User/digest.pm12
1 files changed, 8 insertions, 4 deletions
diff --git a/fml/lib/FML/Command/User/digest.pm b/fml/lib/FML/Command/User/digest.pm
index 3374640d..40293687 100644
--- a/fml/lib/FML/Command/User/digest.pm
+++ b/fml/lib/FML/Command/User/digest.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: digest.pm,v 1.7 2003/08/23 07:24:44 fukachan Exp $
+# $FML: digest.pm,v 1.8 2003/08/29 15:34:00 fukachan Exp $
#
package FML::Command::User::digest;
@@ -70,9 +70,13 @@ sub process
my ($self, $curproc, $command_args) = @_;
my $config = $curproc->config();
- #
- # XXX-TODO: correct to use primary_*_map for chaddr ?
- #
+ # XXX We should always add/rewrite only $primary_*_map maps via
+ # XXX command mail, CUI and GUI.
+ # XXX Rewriting of maps not $primary_*_map is
+ # XXX 1) may be not writable.
+ # XXX 2) ambigous and dangerous
+ # XXX since the map is under controlled by other module.
+ # XXX for example, one of member_maps is under admin_member_maps.
my $member_map = $config->{ primary_member_map };
my $recipient_map = $config->{ primary_recipient_map };
my $cache_dir = $config->{ db_dir };