From: Michael Orlitzky Date: Wed, 1 Sep 2010 16:16:41 +0000 (-0400) Subject: Added the I_MEAN_BUSINESS configuration parameter, and the code to delete domains... X-Git-Tag: 0.0.1~137 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mailshears.git;a=commitdiff_plain;h=0a90e5ed76da797d6343e7e85aab7d3f62cbc231 Added the I_MEAN_BUSINESS configuration parameter, and the code to delete domains/accounts. --- diff --git a/bin/configuration.rb b/bin/configuration.rb index dcfa513..4779fb2 100644 --- a/bin/configuration.rb +++ b/bin/configuration.rb @@ -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