From a41782ed029bf618f4bbb2214ac2fbebb40fc1fd Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 22 Oct 2006 07:46:21 +0000 Subject: Bug 357474: whine.pl says "email address has not been properly set" with default parameters - Patch by Cedric Caron r=LpSolit a=justdave --- whine.pl | 5 ----- 1 file changed, 5 deletions(-) (limited to 'whine.pl') diff --git a/whine.pl b/whine.pl index 0cfee8eab..bfe6abcc1 100755 --- a/whine.pl +++ b/whine.pl @@ -97,11 +97,6 @@ my $sth_schedules_by_event = $dbh->prepare( # Bugzilla-originated mail appears to come from a single address. my $fromaddress = Bugzilla->params->{'mailfrom'}; -if ($fromaddress !~ Bugzilla->params->{'emailregexp'}) { - die "Cannot run. " . - "The Bugzilla email address has not been properly set!\n"; -} - # get the current date and time my ($now_sec, $now_minute, $now_hour, $now_day, $now_month, $now_year, $now_weekday) = localtime; -- cgit v1.2.3-24-g4f1b