summaryrefslogtreecommitdiffstats
path: root/whine.pl
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2005-03-17 06:58:54 +0100
committerjake%bugzilla.org <>2005-03-17 06:58:54 +0100
commit8ef31d2af140f70ad04825ed38007c3078f1c614 (patch)
tree3abd62e43b493142be065efdd84c7acfdffe4801 /whine.pl
parent8eace84515065387d54ca316b40b975c73621758 (diff)
downloadbugzilla-8ef31d2af140f70ad04825ed38007c3078f1c614.tar.gz
bugzilla-8ef31d2af140f70ad04825ed38007c3078f1c614.tar.xz
Backing out the fix for bug 135812 as it causes the mail params to be deleted on new installs.
Diffstat (limited to 'whine.pl')
-rwxr-xr-xwhine.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/whine.pl b/whine.pl
index 0642ec5ab..8be68f42c 100755
--- a/whine.pl
+++ b/whine.pl
@@ -99,13 +99,13 @@ if (Param('shutdownhtml')) {
}
-# Send whines from the address in the 'mailfrom' Parameter so that all
+# Send whines from the address in the 'maintainer' Parameter so that all
# Bugzilla-originated mail appears to come from a single address.
-my $fromaddress = Param('mailfrom');
+my $fromaddress = Param('maintainer');
if ($fromaddress !~ Param('emailregexp')) {
die "Cannot run. " .
- "The Bugzilla email address has not been properly set!\n";
+ "The maintainer email address has not been properly set!\n";
}
# Check the nomail file for users who should not receive mail