From owner-freebsd-questions@FreeBSD.ORG Fri Jun 19 20:06:05 2015 Return-Path: Delivered-To: freebsd-questions@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC69888A for ; Fri, 19 Jun 2015 20:06:05 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-ig0-x236.google.com (mail-ig0-x236.google.com [IPv6:2607:f8b0:4001:c05::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7665EB5F for ; Fri, 19 Jun 2015 20:06:05 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by igboe5 with SMTP id oe5so24221983igb.1 for ; Fri, 19 Jun 2015 13:06:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=pNGck1iPg0PW052KItz03VuLynaJMi5SkslU8HMMWRA=; b=aUfAXhdNWSoXYKopvGU15xDODjARfSzL1O46LjPdwDD90r8OaQfW8xwDSjspbAS4oo LVh9YFGSuRfYwBJ+GeoDVA5mtBqIw//E3N49KX71G1vnJ/hwZwf81rdaWKiOsa0yPVwn TF7O1IXzR8JuWaisz4OLAf6lSiJ3DHRCDBwOX+gVjf4yFgLvzfuZqw1rCtnc6rUu3/Ah f8JPdHXbexAugnxs4Z3TrElONneij0Ubn1reZI6PEvj5nNtZHez5XwsdwjxmqPxjUZXb UCcJ+u3z1OQHZzqMWMOxBuC+vlZfgXb+MXZaNkJaH4wmES8lV8WEEL4wwlr9Ash3xZrE GvZA== X-Received: by 10.50.141.164 with SMTP id rp4mr7002061igb.2.1434744364926; Fri, 19 Jun 2015 13:06:04 -0700 (PDT) Received: from [10.0.10.5] (cpe-76-190-244-6.neo.res.rr.com. [76.190.244.6]) by mx.google.com with ESMTPSA id p4sm2347867igg.20.2015.06.19.13.06.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 19 Jun 2015 13:06:04 -0700 (PDT) Message-ID: <5584763F.6060701@gmail.com> Date: Fri, 19 Jun 2015 16:06:23 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: daily cron emails Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Jun 2015 20:06:05 -0000 I added this line to /etc/crontab on a Tuesday 15 1 * * * root sa-update && service sa-spamd restart and got the normal daily 2 security emails. But with the weekly security emails I also got a separate email about the new command I added. From that point on, I am also getting that email on a daily bases. Is this normal behavior?