BCC admins@ instead of docelic@ in quota check
authorClinton Ebadi <clinton@unknownlamer.org>
Sat, 26 Feb 2011 04:10:15 +0000 (23:10 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Sat, 26 Feb 2011 04:10:15 +0000 (23:10 -0500)
quotacheck

index fdf9c2c..9a8806d 100755 (executable)
@@ -237,7 +237,7 @@ sub email_notify {
                $_ =~ s/\$CRIT{(\w+)}/$warn{$user}{$1} ? " (APPROACHING QUOTA)" : ""/mge;
        }
        #print join('', @msg);
-       open(MAIL, "| mail -s 'Approaching quota limit at HCoop' -a 'From: admins\@hcoop.net' -b 'docelic' '$user\@hcoop.net'");
+       open(MAIL, "| mail -s 'Approaching quota limit at HCoop' -a 'From: admins\@hcoop.net' -b 'admins' '$user\@hcoop.net'");
        { no warnings; print main::MAIL join('', @msg); }
        close MAIL;
 }