summaryrefslogtreecommitdiff
path: root/mail/quickml/files/extra-patch-limit-quickmlrc.sample.in
blob: 530ba8e67d9f99282ac4bbd607e172369f9b899c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- quickmlrc.sample.in.org	2004-06-07 17:50:58.000000000 +0900
+++ quickmlrc.sample.in	2012-06-21 15:55:28.000000000 +0900
@@ -31,4 +31,14 @@
 
   # :message_catalog => nil  # for English messages
   :message_catalog => '%DATADIR%/messages.ja',
+
+  :creator_check => false,
+  :creator_addresses => [
+      '^.+@example\.net$',
+  ],
+
+  :member_check => false,
+  :member_addresses => [
+      '^.+@example\.net$',
+  ],
 }