]> code.citadel.org Git - citadel.git/blobdiff - citadel/techdoc/session.txt
* Allow a separate default message expire policy for mailbox rooms. The
[citadel.git] / citadel / techdoc / session.txt
index 8722b3ec4a8245e86514a977f285cfc5ef1f6345..69942b0a827dba987ecca76059bc560aad42c488 100644 (file)
@@ -1690,7 +1690,7 @@ purging (expiration) of messages.  The following policies are available:
    3  -  Purge by message age.  (Requires a value: number of days)
 
  The format of this command is:  GPEX <which>
- The value of <which> must be one of: "room" "floor" "site"
+ The value of <which> must be one of: "room" "floor" "site" "mailboxes"
 
  If successful, GPEX returns OK followed by <policy>|<value>.
 
@@ -1703,7 +1703,7 @@ purging (expiration) of messages.  See the writeup for the GPEX command for
 the list of available policies.
 
  The format of this command is:  SPEX <which>|<policy>|<value>
- The value of <which> must be one of: "room" "floor" "site"
+ The value of <which> must be one of: "room" "floor" "site" "mailboxes"
 
  If successful, GPEX returns OK; otherwise, an ERROR code is returned.