INN commit: branches/2.5/doc/pod (expire.ctl.pod)
INN Commit
rra at isc.org
Mon Feb 8 21:07:13 UTC 2010
Date: Monday, February 8, 2010 @ 13:07:13
Author: iulius
Revision: 8970
expire.ctl documentation should use examples with reasonable limits
for min/max of Expire: headers.
Patch from Heiko Schlichting.
Modified:
branches/2.5/doc/pod/expire.ctl.pod
----------------+
expire.ctl.pod | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
Modified: expire.ctl.pod
===================================================================
--- expire.ctl.pod 2010-02-08 21:06:58 UTC (rev 8969)
+++ expire.ctl.pod 2010-02-08 21:07:13 UTC (rev 8970)
@@ -148,7 +148,7 @@
*:M:1:30:365
# Keep local groups for a long time and local project groups forever.
- example.*:A:90:90:90
+ example.*:A:1:90:90
example.project.*:A:never:never:never
When I<groupbaseexpiry> is false, for class-based expiration:
@@ -156,11 +156,13 @@
# Keep expired article history for 11 days, matching artcutoff plus one.
/remember/:11
- # Set a default expiration of seven days.
- *:7:7:7
+ # Set a default expiration of seven days and honour Expires: headers
+ # within reasonable limits.
+ *:1:7:35
- # Class 0 is retained for two weeks.
- 0:14:14:14
+ # Class 0 is retained for two weeks and honor Expires: headers
+ # within reasonable limits.
+ 0:1:14:65
=head1 HISTORY
More information about the inn-committers
mailing list