summaryrefslogtreecommitdiff
path: root/mail/quickml/files/extra-patch-limit-config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'mail/quickml/files/extra-patch-limit-config.rb')
-rw-r--r--mail/quickml/files/extra-patch-limit-config.rb22
1 files changed, 0 insertions, 22 deletions
diff --git a/mail/quickml/files/extra-patch-limit-config.rb b/mail/quickml/files/extra-patch-limit-config.rb
deleted file mode 100644
index 7a9a669e6e24..000000000000
--- a/mail/quickml/files/extra-patch-limit-config.rb
+++ /dev/null
@@ -1,22 +0,0 @@
---- lib/quickml/config.rb.org 2004-06-07 17:50:59.000000000 +0900
-+++ lib/quickml/config.rb 2012-06-21 15:55:28.000000000 +0900
-@@ -56,6 +56,19 @@
- @group = (config[:group] or "root")
- @use_qmail_verp = (config[:use_qmail_verp] or false)
-
-+ @creator_check = (config[:creator_check] or false)
-+ @creator_addresses = if config[:creator_addresses]
-+ config[:creator_addresses]
-+ else
-+ [ @domain ]
-+ end
-+ @member_check = (config[:member_check] or false)
-+ @member_addresses = if config[:member_addresses]
-+ config[:member_addresses]
-+ else
-+ [ @domain ]
-+ end
-+
- charset = @catalog.charset if @catalog
- @content_type = "text/plain"
-