]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Added the I_MEAN_BUSINESS configuration parameter, and the code to delete domains...
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 1 Sep 2010 16:16:41 +0000 (12:16 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 1 Sep 2010 16:16:41 +0000 (12:16 -0400)
bin/configuration.rb

index dcfa513225d1d8f9af6a2c335dd56a507afdc829..4779fb2d0f54e3fb048c986370026faabb55c20e 100644 (file)
@@ -14,4 +14,8 @@ module Configuration
   DBUSER = 'postgres'
   DBPASS = ''
   DBNAME = 'postfix'
+
+  # Really delete domains/accounts, or just find them? This parameter
+  # could also be called, "I_TRUST_MAILSHEARS_NOT_TO_DO_ANYTHING_BAD".
+  I_MEAN_BUSINESS = false
 end