From 20269fbbc7fe9226f2ed8a4c0470d7c84b795591 Mon Sep 17 00:00:00 2001 From: "terry%mozilla.org" <> Date: Wed, 15 Sep 1999 19:26:57 +0000 Subject: Whining mail wasn't generated correctly if usernames != email addresses. --- defparams.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'defparams.pl') 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 whinedays. Within this text, %email% gets replaced by the offender's email address. %anythingelse% gets replaced by the definition of that parameter (as defined on this page).

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 whinedays. 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.) %anythingelse% gets replaced by the definition of that parameter (as defined on this page).

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. -- cgit v1.2.3-24-g4f1b