summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-07-14 04:13:58 +0000
committerfukachan <fukachan>2002-07-14 04:13:58 +0000
commit95b5807098bd69736268aba92ce1bde60057e8ec (patch)
tree67702ed5432a59fa7f6cb84c760add3bc5bca3a5
parentffa4ed393c7c78b211228513f6a39a5f9236f4a3 (diff)
downloadfml8-95b5807098bd69736268aba92ce1bde60057e8ec.tar.gz
fml8-95b5807098bd69736268aba92ce1bde60057e8ec.tar.bz2
fml8-95b5807098bd69736268aba92ce1bde60057e8ec.zip
disabled makefml NOT TO USE reply_message() now
-rw-r--r--fml/lib/FML/Process/Kernel.pm10
1 files changed, 9 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm
index cf07559c..38bcef0a 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.110 2002/07/02 12:45:32 fukachan Exp $
+# $FML: Kernel.pm,v 1.111 2002/07/13 13:08:08 fukachan Exp $
#
package FML::Process::Kernel;
@@ -828,6 +828,9 @@ If you attach a plain text with the charset = iso-2022-jp,
disposition => "main.cf example",
});
+=head3 CAUTION
+makefml not support message handling not yet.
+
=cut
@@ -838,6 +841,11 @@ If you attach a plain text with the charset = iso-2022-jp,
sub reply_message
{
my ($curproc, $msg, $args) = @_;
+ my $myname = $curproc->myname();
+
+ # XXX makefml not support message handling not yet.
+ return if $myname eq 'makefml';
+
my $recipient = [ $curproc->{ credential }->sender() ];
if (defined($args->{recipient})) {