From 94cddeabb3b0dcbb3d5909db4647e2986e52b73d Mon Sep 17 00:00:00 2001 From: fukachan Date: Wed, 25 Dec 2002 08:41:18 +0000 Subject: not use smtp_log_handle to avoid duplication in var/mail/outgoing/ --- fml/lib/FML/Process/Distribute.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fml') diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm index 59c7b87d..31a5574f 100644 --- a/fml/lib/FML/Process/Distribute.pm +++ b/fml/lib/FML/Process/Distribute.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Distribute.pm,v 1.101 2002/12/01 13:46:13 fukachan Exp $ +# $FML: Distribute.pm,v 1.102 2002/12/24 10:06:24 fukachan Exp $ # package FML::Process::Distribute; @@ -424,7 +424,7 @@ sub _deliver_article my $wh = $curproc->open_outgoing_message_channel(); if (defined $wh) { $sfp = sub { print $wh @_;}; - $handle = $wh; + $handle = undef; # $wh; } # delay loading of module -- cgit v1.2.1