From owner-freebsd-questions@FreeBSD.ORG Tue Jul 12 06:34:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E92716A41C for ; Tue, 12 Jul 2005 06:34:50 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1A0143D45 for ; Tue, 12 Jul 2005 06:34:48 +0000 (GMT) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.12.11/8.12.11) with ESMTP id j6C6YcUl054028 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Jul 2005 13:34:38 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.1/8.12.11) id j6C6YbpX011726; Tue, 12 Jul 2005 13:34:37 +0700 (ICT) Date: Tue, 12 Jul 2005 13:34:37 +0700 (ICT) Message-Id: <200507120634.j6C6YbpX011726@banyan.cs.ait.ac.th> From: Olivier Nicole To: yokean1@gmail.com In-reply-to: <80b681a50507112330185dcd70@mail.gmail.com> (message from Ann Lee on Tue, 12 Jul 2005 14:30:31 +0800) References: <80b681a50507110125a87ed87@mail.gmail.com> <80b681a505071123165c0f1158@mail.gmail.com> <200507120619.j6C6Jh3i011562@banyan.cs.ait.ac.th> <80b681a50507112330185dcd70@mail.gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: scuba@centroin.com.br, freebsd-questions@freebsd.org Subject: Re: Expire undeleted mail older than specified age 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, 12 Jul 2005 06:34:50 -0000 > The 1st line is /usr/local/bin/perl . Trying to put in > usr/local/bin/perl.... same problem. Command not found. Where is your perl interpreter? $ which perl and use the reult in the first line. i expect the result to be /usr/bin/perl so the 1st line should be #!/usr/bin/perl Olivier