diff doc/user_guide.txt @ 1615:7b680b906417

more user docco
author Richard Jones <richard@users.sourceforge.net>
date Thu, 24 Apr 2003 07:36:37 +0000
parents cc96bf971b33
children b9c1226cb600
line wrap: on
line diff
--- a/doc/user_guide.txt	Thu Apr 24 07:34:13 2003 +0000
+++ b/doc/user_guide.txt	Thu Apr 24 07:36:37 2003 +0000
@@ -2,7 +2,7 @@
 User Guide
 ==========
 
-:Version: $Revision: 1.21 $
+:Version: $Revision: 1.22 $
 
 .. contents::
 
@@ -24,6 +24,7 @@
 *always* the "admin" user) is referred to as "user1".  Issue number 315 is
 referred to as "issue315". We call that label the item's *designator*.
 
+
 Accessing the Tracker
 ---------------------
 
@@ -37,6 +38,21 @@
 and email interfaces. All three are explained below.
 
 
+Issue life cycles in Roundup
+----------------------------
+
+New issues may be submitted via the web or email.
+
+By default, the issue will have the status "unread". If another message is
+received for the issue, its status will change to "chatting". 
+
+The "home" page for a tracker will generally display all issues which are
+not "resolved.
+
+If an issue is closed, and a new message is received then it'll be reopened
+to the state of "chatting".
+
+
 Entering values in your Tracker
 -------------------------------
 
@@ -278,8 +294,9 @@
 E-mail sent to Roundup is examined for several pieces of information:
 
 1. `subject-line information`_ identifying the purpose of the e-mail
-2. `e-mail message content`_ which is to be extracted
-3. e-mail attachments which should be associated with the message
+2. `sender identification`_ using the sender of the message
+3. `e-mail message content`_ which is to be extracted
+4. e-mail attachments which should be associated with the message
 
 Subject-line information
 ------------------------
@@ -352,6 +369,18 @@
  received.
 
 
+Sender identification
+---------------------
+
+If the sender of an email is unknown to Roundup (looking up both user
+primary email addresses and their alternate addresses) then a new user will
+be created. The new user will have their username set to the "user" part of
+"user@domain" in their email address. Their password will be completely
+randomised, and they'll have to visit the web interface to have it
+changed. Note that some sites don't allow web access by users who register
+via email like this.
+
+
 E-Mail Message Content
 ----------------------
 

Roundup Issue Tracker: http://roundup-tracker.org/