From owner-freebsd-questions@FreeBSD.ORG Mon Aug 20 22:10:04 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 45BA2106566B for ; Mon, 20 Aug 2012 22:10:04 +0000 (UTC) (envelope-from mexas@bristol.ac.uk) Received: from dirj.bris.ac.uk (dirj.bris.ac.uk [137.222.10.78]) by mx1.freebsd.org (Postfix) with ESMTP id F37858FC12 for ; Mon, 20 Aug 2012 22:10:03 +0000 (UTC) Received: from smtp-auth2.bris.ac.uk ([137.222.10.94] helo=ncs.bris.ac.uk) by dirj.bris.ac.uk with esmtp (Exim 4.72) (envelope-from ) id 1T3aAP-0003lw-NX for freebsd-questions@freebsd.org; Mon, 20 Aug 2012 23:10:03 +0100 Received: from mech-cluster241.men.bris.ac.uk ([137.222.187.241]) by ncs.bris.ac.uk with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1T3aAP-0001LX-JF for freebsd-questions@freebsd.org; Mon, 20 Aug 2012 23:09:49 +0100 Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5) with ESMTP id q7KM9ndq003896 for ; Mon, 20 Aug 2012 23:09:49 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.5/8.14.5/Submit) id q7KM9nSg003895 for freebsd-questions@freebsd.org; Mon, 20 Aug 2012 23:09:49 +0100 (BST) (envelope-from mexas) Date: Mon, 20 Aug 2012 23:09:49 +0100 (BST) From: Anton Shterenlikht Message-Id: <201208202209.q7KM9nSg003895@mech-cluster241.men.bris.ac.uk> To: freebsd-questions@freebsd.org X-Spam-Score: -1.3 X-Spam-Level: - Subject: mail(1) ~R and REPLYTO X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mexas@bristol.ac.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Aug 2012 22:10:04 -0000 mail(1) man page says: ~R string Use string as the Reply-To field. However, this doesn't seem to work for me. Hitting ~R doesn't have any effect at all. The man page also has: REPLYTO If set, will be used to initialize the Reply-To field for outgo- ing messages. This does work fine. Am I doing something wrong? Thanks Anton