X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=html%2Fserver-request.html.in;h=7941c5327c58af601b7c53e5fcc6f793abc910cd;hb=14a0ebc67f8b2510e7ca09d3298f23469bd03c32;hp=dcf57b5aaf3597b88ece2c383736746ff3418b70;hpb=3eee705910b29f8a5ecda4abc9644ba52bd20bfc;p=debbugs.git diff --git a/html/server-request.html.in b/html/server-request.html.in index dcf57b5..7941c53 100644 --- a/html/server-request.html.in +++ b/html/server-request.html.in @@ -3,7 +3,9 @@ $gRequestHtml = < $gProject $gBug system - $gBug logs by mail server + + @@ -103,6 +105,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.