summaryrefslogtreecommitdiff
path: root/src/mailman/config/schema.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/config/schema.cfg')
-rw-r--r--src/mailman/config/schema.cfg16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/mailman/config/schema.cfg b/src/mailman/config/schema.cfg
index 3344e965a..88f378159 100644
--- a/src/mailman/config/schema.cfg
+++ b/src/mailman/config/schema.cfg
@@ -540,6 +540,22 @@ recipient: archive@archive.example.com
# command to call.
command: /bin/echo
+# When sending the message to the archiver, you have the option of
+# "clobbering" the Date: header, specifically to make it more sane. Some
+# archivers can't handle dates that are wildly off from reality. This does
+# not change the Date: header for any other delivery vector except this
+# specific archive.
+#
+# When the original Date header is clobbered, it will always be stored in
+# X-Original-Date. The new Date header will always be set to the date at
+# which the messages was received by the Mailman server, in UTC.
+#
+# Your options here are:
+# * never -- Leaves the original Date header alone.
+# * always -- Always override the Date header.
+# * maybe -- Override the Date only if it is outside the clobber_skew period.
+clobber_date: maybe
+clobber_skew: 1d
[archiver.mhonarc]
# This is the stock MHonArc archiver.