From owner-freebsd-stable@freebsd.org Mon Apr 15 16:02:38 2019 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DBA41577AED for ; Mon, 15 Apr 2019 16:02:38 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B4965876A0 for ; Mon, 15 Apr 2019 16:02:37 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id 548CAA89F for ; Mon, 15 Apr 2019 16:02:37 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-lj1-f169.google.com with SMTP id p14so16167751ljg.5 for ; Mon, 15 Apr 2019 09:02:37 -0700 (PDT) X-Gm-Message-State: APjAAAX7RvX9RinR0k8uLPZBh7rHL+YfWAmA7MseaJfyf84r5zNskJvu mt0zrLaQeBWLN+fI2b/q3PnuS3PazLLnFSkVJ6I= X-Google-Smtp-Source: APXvYqwnk/P0trZY46U8hvY5zgfnmPwz92Ko1fj0Q4UCINVWXH1WYzcGp9SqLCP+CkN6jso12b9WoyvC3EwTpmvZ0SI= X-Received: by 2002:a2e:9194:: with SMTP id f20mr1249455ljg.10.1555344156057; Mon, 15 Apr 2019 09:02:36 -0700 (PDT) MIME-Version: 1.0 References: <5cb4a963.1c69fb81.a03c.f9af@mx.google.com> In-Reply-To: <5cb4a963.1c69fb81.a03c.f9af@mx.google.com> From: Kyle Evans Date: Mon, 15 Apr 2019 11:02:18 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Cron MAILFROM To: Software Info Cc: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Rspamd-Queue-Id: B4965876A0 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.99 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.99)[-0.991,0]; ASN(0.00)[asn:11403, ipnet:96.47.64.0/20, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Apr 2019 16:02:38 -0000 On Mon, Apr 15, 2019 at 10:55 AM Software Info wrote: > > Hi All > I saw an RFC here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=140304. I was just wondering if the MAILFROM feature was ever implemented in Cron. I would love to use it myself. > Hi, This would indeed be useful and support for it has not been merged; I've taken the PR. Thanks, Kyle Evans