From bd7aa0ad2bb25e7820df1e629f853f7a17f5d0e0 Mon Sep 17 00:00:00 2001 From: Dave Lawrence Date: Mon, 8 Apr 2013 16:08:30 -0400 Subject: Remove unintentional code commits --- Bugzilla/Mailer.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Bugzilla/Mailer.pm') diff --git a/Bugzilla/Mailer.pm b/Bugzilla/Mailer.pm index b60ddb72e..6602c6cef 100644 --- a/Bugzilla/Mailer.pm +++ b/Bugzilla/Mailer.pm @@ -136,8 +136,6 @@ sub MessageToMTA { Bugzilla::Hook::process('mailer_before_send', { email => $email, mailer_args => \@args }); - return if $email->header('to') eq ''; - $email->walk_parts(sub { my ($part) = @_; return if $part->parts > 1; # Top-level -- cgit v1.2.3-24-g4f1b