]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2000-03-30 06:42:04 by gecko]
authorgecko <>
Thu, 30 Mar 2000 14:42:04 +0000 (06:42 -0800)
committergecko <>
Thu, 30 Mar 2000 14:42:04 +0000 (06:42 -0800)
Gotta move it home

debbugs-service

index 9a90c6d150b3804c2bd01982afca305252f5941c..8aeacedad24b9ede74894116fb566ede3420dc1b 100755 (executable)
@@ -73,8 +73,7 @@ if (!rename( $Globals{ 'spool-dir' }."G$inputfilename", $Globals{ 'spool-dir' }.
        &fail("renaming to lock: $!");
 }    
 open( M, "P$inputfilename" );
-@inputfile=<M>;
-@inputlog = @inputfile;
+$inputmail = new Mail::Internet( \*M );
 close( M );
 
 ####################################### HERE ###############################