summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 18:34:45 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-04-24 18:48:56 +0200
commit7d2176d3e1bfec2dd98a2e0348ee0c204cacaf9d (patch)
treee563bada72782fc2cff3bc32c8ac6e5c1db4f5e3 /templates
parentChange jenkins CNAME record. (diff)
downloadprofiles-7d2176d3e1bfec2dd98a2e0348ee0c204cacaf9d.tar.gz
profiles-7d2176d3e1bfec2dd98a2e0348ee0c204cacaf9d.tar.xz
Add mu4web.
Diffstat (limited to 'templates')
-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() %>"