From 59103d731b4f223ebfa079835f1654f2d6d0c3c5 Mon Sep 17 00:00:00 2001 From: ajt <> Date: Thu, 6 Oct 2005 05:53:42 -0800 Subject: [PATCH] [project @ 2005-10-06 06:53:42 by ajt] add some docs for usertags --- html/server-refcard.html.in | 2 ++ html/server-request.html.in | 29 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/html/server-refcard.html.in b/html/server-refcard.html.in index dab14728..ed83f893 100644 --- a/html/server-refcard.html.in +++ b/html/server-refcard.html.in @@ -33,6 +33,8 @@ sending the word help to each mailserver.
  • getinfo filename (see below)
  • help
  • refcard +
  • user email +
  • usertag bugnumber [+-=] tag ...
  • quit|stop|thank...|--...
  • #... (comment)
  • debug level diff --git a/html/server-request.html.in b/html/server-request.html.in index dcf57b5a..f7f78365 100644 --- a/html/server-request.html.in +++ b/html/server-request.html.in @@ -103,6 +103,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. -- 2.39.5