X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=html%2Fserver-request.html.in;h=2de3500130e1ba7f5b5066a51a0e1451273cdb13;hb=ec74d9703b7f7045ec85d9c66ae19a0710fd0bd9;hp=dcf57b5aaf3597b88ece2c383736746ff3418b70;hpb=3eee705910b29f8a5ecda4abc9644ba52bd20bfc;p=debbugs.git diff --git a/html/server-request.html.in b/html/server-request.html.in index dcf57b5..2de3500 100644 --- a/html/server-request.html.in +++ b/html/server-request.html.in @@ -4,6 +4,7 @@ $gRequestHtml = < $gProject $gBug system - $gBug logs by mail server + @@ -103,6 +104,35 @@ server.
Requests that the mailservers' reference card be sent in plain ASCII. +
user email + +
Set the user to the given email address. The default user is the + email address set in your mail client's From: or Reply-To: field. You + should not use other people's email addresses without permission. + +
usertag bugnumber [ + | - | = ] tag [ tag ... ] + +
Sets usertags for the $gBug report #bugnumber. No + notification is sent to the user who reported the $gBug, nor to + the package maintainer. Setting the action to + means + to add each given tag, - means to remove + each given tag, and = means to ignore the + current tags and set them afresh to the list provided. The default + action is adding. + +

Example usage:

+ +
+        # same as 'tags 123456 + patch'
+        usertag 123456 patch
+  
+        # same as 'tags 123456 + help security'
+        usertag 123456 help security
+  
+ +

The meaning of usertags is decided by the owner of the email address + they are associated with. +

help
Requests that this help document be sent by email in plain ASCII.