X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=bin%2Fmailshears;h=d34ce54f719749df9ceb78e5625123589b5ad2e4;hb=1e4cad3a4f6938ca07bc99078108d466bf146b24;hp=f8211b1cf33727f8d5b0a59ce560b153b3f951f0;hpb=75b0a08d381f74911ed64f14a4944e44c9a5c031;p=mailshears.git diff --git a/bin/mailshears b/bin/mailshears index f8211b1..d34ce54 100755 --- a/bin/mailshears +++ b/bin/mailshears @@ -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