]> gitweb.michael.orlitzky.com - mailshears.git/blobdiff - bin/mailshears
Added the get_domains_from_filesystem function to the DovecotMailstore class.
[mailshears.git] / bin / mailshears
index f8211b1cf33727f8d5b0a59ce560b153b3f951f0..d34ce54f719749df9ceb78e5625123589b5ad2e4 100755 (executable)
@@ -63,7 +63,7 @@ end
 
 # Figure out which addresses are in the filesystem, but not in the
 # database.
-difference = [fs_accts - db_accts]
+difference = fs_accts - db_accts
 
 # Don't output any unnecessary junk. Cron might mail it to someone.
 if difference.size > 0