From: David Lawrence Date: Mon, 24 Oct 2011 22:11:29 +0000 (-0400) Subject: Revert unintended change in Bugzilla/Mailer.pm X-Git-Tag: bugzilla-4.3.1~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dabdb1d36b3f8595ebf154671bf881cb2881a3ae;p=thirdparty%2Fbugzilla.git Revert unintended change in Bugzilla/Mailer.pm --- diff --git a/Bugzilla/Mailer.pm b/Bugzilla/Mailer.pm index f8d5e95566..699467ed8e 100644 --- a/Bugzilla/Mailer.pm +++ b/Bugzilla/Mailer.pm @@ -171,8 +171,6 @@ sub MessageToMTA { Bugzilla::Hook::process('mailer_before_send', { email => $email, mailer_args => \@args }); - return if $email->header('to') eq ''; - if ($method eq "Test") { my $filename = bz_locations()->{'datadir'} . '/mailer.testfile'; open TESTFILE, '>>', $filename;