From 95b390c532ff0e0d86cdd56181c933dff7bff83d Mon Sep 17 00:00:00 2001 From: vfilippov Date: Wed, 26 Aug 2009 17:11:42 +0000 Subject: [PATCH] Bug 40933 git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@307 6955db30-a419-402b-8a0d-67ecbb4d7f56 --- email_in.pl | 3 --- 1 file changed, 3 deletions(-) diff --git a/email_in.pl b/email_in.pl index b9e7fa84d..cdf26bf96 100755 --- a/email_in.pl +++ b/email_in.pl @@ -67,9 +67,6 @@ our ($input_email, %switch); # Main Subroutines # #################### -open STDERR, ">>/home/mail/debug" or die; -open STDOUT, ">>/home/mail/debug" or die; - sub parse_mail { my ($mail_text) = @_; debug_print('Parsing Email');