freebsd-ports/mail/quickml/files/extra-patch-limit-quickmlrc.sample.in
Steve Wills 11a42e9792 - Make patches for ruby19 environment
- 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)
2012-07-22 14:04:11 +00:00

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$',
+ ],
}