summaryrefslogtreecommitdiffstats
path: root/defparams.pl
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-09-15 21:26:57 +0200
committerterry%mozilla.org <>1999-09-15 21:26:57 +0200
commit20269fbbc7fe9226f2ed8a4c0470d7c84b795591 (patch)
treefd577514f74265aa1e21139cfb82b461f1590389 /defparams.pl
parent41a492a37c0033fa2ad1485a9b80590dfc9844c7 (diff)
downloadbugzilla-20269fbbc7fe9226f2ed8a4c0470d7c84b795591.tar.gz
bugzilla-20269fbbc7fe9226f2ed8a4c0470d7c84b795591.tar.xz
Whining mail wasn't generated correctly if usernames != email addresses.
Diffstat (limited to 'defparams.pl')
-rw-r--r--defparams.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/defparams.pl b/defparams.pl
index da8cf2afa..ee85802e8 100644
--- a/defparams.pl
+++ b/defparams.pl
@@ -193,7 +193,7 @@ DefParam("whinedays",
DefParam("whinemail",
- "The email that gets sent to anyone who has a NEW bug that hasn't been touched for more than <b>whinedays</b>. Within this text, %email% gets replaced by the offender's email address. %<i>anythingelse</i>% gets replaced by the definition of that parameter (as defined on this page).<p> It is a good idea to make sure this message has a valid From: address, so that if the mail bounces, a real person can know that there are bugs assigned to an invalid address.",
+ "The email that gets sent to anyone who has a NEW bug that hasn't been touched for more than <b>whinedays</b>. Within this text, %email% gets replaced by the offender's email address. %userid% gets replaced by the offender's bugzilla login (which, in most installations, is the same as the email address.) %<i>anythingelse</i>% gets replaced by the definition of that parameter (as defined on this page).<p> It is a good idea to make sure this message has a valid From: address, so that if the mail bounces, a real person can know that there are bugs assigned to an invalid address.",
"l",
q{From: %maintainer%
To: %email%
@@ -222,7 +222,7 @@ Generally, this means one of three things:
To get a list of all NEW bugs, you can use this URL (bookmark it if you like!):
- %urlbase%buglist.cgi?bug_status=NEW&assigned_to=%email%
+ %urlbase%buglist.cgi?bug_status=NEW&assigned_to=%userid%
Or, you can use the general query page, at
%urlbase%query.cgi.