From: gecko <> Date: Thu, 30 Mar 2000 14:42:04 +0000 (-0800) Subject: [project @ 2000-03-30 06:42:04 by gecko] X-Git-Tag: release/2.6.0~1306 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=eff6e142214e9c7b7fb2b6ab7765a78f63b8dc35;p=debbugs.git [project @ 2000-03-30 06:42:04 by gecko] Gotta move it home --- diff --git a/debbugs-service b/debbugs-service index 9a90c6d1..8aeaceda 100755 --- a/debbugs-service +++ b/debbugs-service @@ -73,8 +73,7 @@ if (!rename( $Globals{ 'spool-dir' }."G$inputfilename", $Globals{ 'spool-dir' }. &fail("renaming to lock: $!"); } open( M, "P$inputfilename" ); -@inputfile=; -@inputlog = @inputfile; +$inputmail = new Mail::Internet( \*M ); close( M ); ####################################### HERE ###############################