diff --git a/vendors/shells/vault.php b/vendors/shells/vault.php index d090ab4c..796027d9 100755 --- a/vendors/shells/vault.php +++ b/vendors/shells/vault.php @@ -13,7 +13,7 @@ class VaultShell extends Shell { /****************************************************** * Config Variables * *****************************************************/ - $testing = 1; //Whether to actually move the emails. 1=test, 0=production + $testing = 0; //Whether to actually move the emails. 1=test, 0=production /* Setup Connection to the IMAP server */ $username = 'vault'; $password = 'xjdYOsmJWc37'; /* The password for the account to be checked */