diff options
| author | fukachan <fukachan> | 2002-12-25 08:41:18 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-12-25 08:41:18 +0000 |
| commit | 94cddeabb3b0dcbb3d5909db4647e2986e52b73d (patch) | |
| tree | 038d43e9c0677a71b066eb111e8a236f295cffcf /fml | |
| parent | 11631041ae9b6218c9184ba875631e86e1912237 (diff) | |
| download | fml8-94cddeabb3b0dcbb3d5909db4647e2986e52b73d.tar.gz fml8-94cddeabb3b0dcbb3d5909db4647e2986e52b73d.tar.bz2 fml8-94cddeabb3b0dcbb3d5909db4647e2986e52b73d.zip | |
not use smtp_log_handle to avoid duplication in var/mail/outgoing/
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/lib/FML/Process/Distribute.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
