view .shell.d/99.smailq-check.sh @ 492:26caf7bf8805

mcfly: fix to correctly no-op when mcfly is absent
author Augie Fackler <raf@durin42.com>
date Wed, 01 Jul 2020 13:36:33 -0400
parents 6eb4b38fa1ce
children
line wrap: on
line source

if [ "$(smailq --list)" != "0 mails in the queue." ] ; then
    echo "Warning: queued messages in smailq!"
fi