- Fix Makefile - SUB_LIST: to work rc.d scripts proper. - PLIST_SUB: to change pkg-plist based on Make variables. PR: ports/169345 Submitted by: Masaki TAGAWA <masaki@club.kyutech.ac.jp> Approved by: maintainer timeout (yaizawa@2004.jukuin.keio.ac.jp, >3 weeks)
17 lines
429 B
Text
17 lines
429 B
Text
--- 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$',
|
|
+ ],
|
|
}
|