summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--templates/mu4web.py.epp17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/mu4web.py.epp b/templates/mu4web.py.epp
new file mode 100644
index 0000000..026ce00
--- /dev/null
+++ b/templates/mu4web.py.epp
@@ -0,0 +1,17 @@
+DEFAULT_SORT_COLUMN = 'date'
+DEFAULT_DIRECTION = 'falling'
+MESSAGE_HEADERS = [
+ 'from',
+ 'subject',
+ 'to',
+ 'cc',
+ 'date',
+ 'x-url',
+ 'user-agent',
+ 'x-spam-score',
+ 'x-original-to',
+ 'in-reply-to',
+ 'delivered-to',
+ 'message-id',
+]
+SECRET_KEY = "<%= $profiles::mu4web::secret_key.unwrap() %>"