X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=html%2Fserver-request.html.in;h=22021a8b0ebfe01ad8f57a4c5f8c3ad5e8ef82ef;hb=b10a87938eb116b8871081643058052564e39603;hp=dcf57b5aaf3597b88ece2c383736746ff3418b70;hpb=3eee705910b29f8a5ecda4abc9644ba52bd20bfc;p=debbugs.git diff --git a/html/server-request.html.in b/html/server-request.html.in index dcf57b5..22021a8 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. @@ -148,7 +179,7 @@ sending help to control\@$gEmailDomain.

In case you are reading this as a plain text file or via email: an HTML version is available via the $gBug system main contents page -http://$gWebDomain/. +$gWebDomain/.