|
EXPIREDATESyntax
DescriptionIf defined, EXPIREDATE sets the expiration date for messages in an archive. During an archive update, any messages with dates less than the EXPIREDATE are automatically removed. If a message to be added is older than EXPIREDATE, it is not added. The syntax for EXPIREDATE is as follows:
24 hour time must be used. The timezone is optional. If non-existent, the local zone is used. If a symbolic timezone is used (eg: "EST"), make sure it is defined in the TIMEZONES resource. Default SettingNil. Resource VariablesN/A ExamplesEXPIREDATE is useful if you want to insure messages older than a specified date do not get archived. For example, if you want to make sure that no message before 1997 is added, then define EXPIREDATE as follows: <ExpireDate> 1 Jan 1997 00:00:00 </ExpireDate> However, this specifies local time. It is possible that some message can get excluded that have a 1997 date (depending on what timezone you are in). The following is more accurate: <ExpireDate> 1 Jan 1997 00:00:00 +0000 </ExpireDate> Or, <ExpireDate> 1 Jan 1997 00:00:00 GMT </ExpireDate> Version2.0 See Also
$Date: 2002/07/27 05:13:10 $ MHonArc Copyright © 1997-1998, Earl Hood, mhonarc@mhonarc.org |