]> gitweb.michael.orlitzky.com - mailshears.git/commitdiff
Remove "-K" from the shebang, and remove the outdated intro comment.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Oct 2015 00:54:51 +0000 (20:54 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Oct 2015 00:54:51 +0000 (20:54 -0400)
bin/mailshears

index f7d5afa5b10c75264e92f275f4bfeb24724bb74e..a218b2b486c321aa462380f727c80e9b6d35a97e 100755 (executable)
@@ -1,17 +1,7 @@
-#!/usr/bin/ruby -wKU
+#!/usr/bin/ruby -wU
 #
 # mailshears, to prune unused mail directories.
 #
-# Mail users for virtual hosts are stored in SQL, and managed by
-# Postfixadmin. However, the physical directories are handled by
-# Postfix/Dovecot and are left untouched by Postfixadmin. This is good
-# for security, but comes at a cost: Postfixadmin can't remove a
-# user's mail directory when his or her account is deleted.
-#
-# This program compares the list of filesystem users with the ones
-# in the database. It outputs any users that exist in the
-# filesystem, but not the database.
-#
 
 # Define a usage string using the program name.
 exe = File.basename($PROGRAM_NAME)