diff options
| -rw-r--r-- | fml/lib/FML/Process/Kernel.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm index c2e6f554..39a8b5c4 100644 --- a/fml/lib/FML/Process/Kernel.pm +++ b/fml/lib/FML/Process/Kernel.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: Kernel.pm,v 1.97 2002/05/21 11:21:47 fukachan Exp $ +# $FML: Kernel.pm,v 1.98 2002/05/21 11:43:03 fukachan Exp $ # package FML::Process::Kernel; @@ -464,7 +464,7 @@ sub parse_incoming_message # save input message for further investigation my $config = $curproc->{ config }; if ($config->yes('use_incoming_message_cache')) { - my $dir = $config->{ mail_incoming_dir }; + my $dir = $config->{ incoming_message_dir }; my $modulus = $config->{ incoming_message_cache_size }; my $obj = new File::CacheDir { directory => $dir, |
