From owner-freebsd-current@FreeBSD.ORG Tue Jan 3 16:23:51 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38A5B106566C for ; Tue, 3 Jan 2012 16:23:51 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 102388FC18 for ; Tue, 3 Jan 2012 16:23:51 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) by cyrus.watson.org (Postfix) with ESMTPSA id BCD7B46B1A; Tue, 3 Jan 2012 11:23:50 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 07C1DB944; Tue, 3 Jan 2012 11:23:50 -0500 (EST) From: John Baldwin To: freebsd-current@freebsd.org Date: Tue, 3 Jan 2012 10:36:50 -0500 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p8; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201201031036.50837.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 03 Jan 2012 11:23:50 -0500 (EST) Cc: "Bjoern A. Zeeb" Subject: Re: periodic emails X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jan 2012 16:23:51 -0000 On Monday, January 02, 2012 4:29:18 pm Bjoern A. Zeeb wrote: > Hi, > > why do we send all these empty headings for periodic emails or given there is > no output to this one can we > > 1) suppress the empty sections (to me that sounds a bit like a wrong > return code or something maybe?), and > 2) add an option to suppress "empty" periodic emails entirely? Have you tried 'daily_show_success="NO"' in /etc/periodic.conf? (Also security_show_success, weekly_show_success, and monthly_show_success?) Those certainly have fixed both 1) and 2) for me. -- John Baldwin