X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=system-status;h=3ccde7c023e1fb06017a24b5a9c3d7a627d4cc6a;hp=12e0426c3d0519ff6d8ca2323490736d5c1458da;hb=56c55d8e02cdd6ec67d2fe53cc03785d8876442e;hpb=da085f71e5ae00a9f78ed903be6ae675f66eacfa diff --git a/system-status b/system-status index 12e0426..3ccde7c 100755 --- a/system-status +++ b/system-status @@ -219,16 +219,6 @@ write-status() { fi p $var_mail_msg | loday -1 var_mail - - tmp=(/var/local/cron-errors/mailtest-check*) - if (( ${#tmp[@]} )); then - chars+=(MAILPING) - fi - tmp=(/var/local/cron-errors/mailtest-slow*) - if (( ${#tmp[@]} )); then - chars+=(SPAMD) - fi - # early in install process, we dont have permission yet for exiqgrep. # 1100 helps allow for system restarts qlen=$(/usr/sbin/exiqgrep -o 1100 -c -b | awk '{print $1}') ||: