From 2d1f41ae7697eed9dd913e649bfc17feb4dcf3e6 Mon Sep 17 00:00:00 2001 From: pim Date: Mon, 7 Sep 2009 21:03:49 +0000 Subject: [PATCH] Make the ircd update cron also mail to admins@efnet.nl, but only if there are diffs. We then log a warning which makes us choose ESCALATE_MAILTO rather than MAILTO. See cron/bitcron for details on how this works. git-svn-id: svn+ssh://svn.ipng.nl/usr/share/subversion/repositories/irc.efnet.nl@16 0a436592-62d7-4152-98a5-b7e29e440240 --- cron/update.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cron/update.cron b/cron/update.cron index 2eae1f1..98900ef 100644 --- a/cron/update.cron +++ b/cron/update.cron @@ -1,7 +1,7 @@ NAME="ircd_update" AUTHOR="Pim van Pelt" # MAILTO="pim@ipng.nl" -ESCALATE_MAILTO="pim@ipng.nl" +ESCALATE_MAILTO="pim@ipng.nl,admins@efnet.nl" MASTERLOG="/home/ircd/cronscripts/logs/${NAME}.log" PATH=/usr/local/bin:/usr/bin:/bin:/home/ircd/bin