From owner-freebsd-questions@FreeBSD.ORG Tue Sep 8 12:25:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10B73106568B for ; Tue, 8 Sep 2009 12:25:42 +0000 (UTC) (envelope-from Andre.Albsmeier@siemens.com) Received: from goliath.siemens.de (goliath.siemens.de [192.35.17.28]) by mx1.freebsd.org (Postfix) with ESMTP id 80BFD8FC0C for ; Tue, 8 Sep 2009 12:25:41 +0000 (UTC) Received: from mail2.siemens.de (localhost [127.0.0.1]) by goliath.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id n88CF0S3014690; Tue, 8 Sep 2009 14:15:00 +0200 Received: from curry.mchp.siemens.de (curry.mchp.siemens.de [139.25.40.130]) by mail2.siemens.de (8.12.11.20060308/8.12.11) with ESMTP id n88CF0Cg003966; Tue, 8 Sep 2009 14:15:00 +0200 Received: (from localhost) by curry.mchp.siemens.de (8.14.3/8.14.3) id n88CF0XR020085; Date: Tue, 8 Sep 2009 14:15:00 +0200 From: Andre Albsmeier To: Andre Albsmeier Message-ID: <20090908121500.GA43979@curry.mchp.siemens.de> References: <490628.66452.qm@web52201.mail.re2.yahoo.com> <20090904184321.GA5684@curry.mchp.siemens.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090904184321.GA5684@curry.mchp.siemens.de> X-Echelon: X-Advice: Drop that crappy M$-Outlook, I'm tired of your viruses! User-Agent: Mutt/1.5.20 (2009-06-14) Cc: lyd mc , freebsd-questions@freebsd.org Subject: Re: Freebsd Built-in vacation program does not auto reply X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2009 12:25:42 -0000 On Fri, 04-Sep-2009 at 20:43:21 +0200, Andre Albsmeier wrote: > On Thu, 16-Apr-2009 at 18:00:26 +0000, lyd mc wrote: > > Hi guys, > > > > Why Freebsd built-in vacation program (/usr/bin/vacation) does not auto reply? > > > > I am using fresh installed Freebsd7.0 and 7.1. here is my configs. > > Did you solve the problem already? I had a similar issue and > tracked it down to a really strange compiler bug... In fact it's no compiler bug (I only discovered it by changing the compiler options) but a problem in vacation.c. -Andre