]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 357474: whine.pl says "email address has not been properly set" with default...
authorlpsolit%gmail.com <>
Sun, 22 Oct 2006 07:46:21 +0000 (07:46 +0000)
committerlpsolit%gmail.com <>
Sun, 22 Oct 2006 07:46:21 +0000 (07:46 +0000)
whine.pl

index 0cfee8eabfb879e6c71629a06a2b29f0051ef336..bfe6abcc1e009320734ac5a71452a9028d102fbc 100755 (executable)
--- 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;