=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/daily,v retrieving revision 1.87 retrieving revision 1.88 diff -c -r1.87 -r1.88 *** src/etc/daily 2016/04/01 08:20:27 1.87 --- src/etc/daily 2016/04/29 13:05:33 1.88 *************** *** 1,5 **** # ! # $OpenBSD: daily,v 1.87 2016/04/01 08:20:27 ajacoutot Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. --- 1,5 ---- # ! # $OpenBSD: daily,v 1.88 2016/04/29 13:05:33 schwarze Exp $ # From: @(#)daily 8.2 (Berkeley) 1/25/94 # # For local additions, create the file /etc/daily.local. *************** *** 139,151 **** else dump w | grep -vB1 ^Dump fi - - # The first two regular expressions handle sendmail, the third postfix. - # When the queue is empty, smtpd(8) and exim -bp keep silent. - next_part "mail:" - mailq | grep -v -e "^/var/spool/mqueue is empty$" \ - -e "^[[:blank:]]*Total requests: 0$" \ - -e "^Mail queue is empty$" next_part "network:" if [ "X$VERBOSESTATUS" != X0 ]; then --- 139,144 ----