From owner-freebsd-questions@FreeBSD.ORG Wed Aug 17 18:15:13 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 7BD7916A41F for ; Wed, 17 Aug 2005 18:15:13 +0000 (GMT) (envelope-from matt@atopia.net) Received: from neptune.atopia.net (neptune.atopia.net [209.128.231.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3751643D45 for ; Wed, 17 Aug 2005 18:15:13 +0000 (GMT) (envelope-from matt@atopia.net) Received: by neptune.atopia.net (Postfix, from userid 1001) id 8985A617C; Wed, 17 Aug 2005 14:15:12 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by neptune.atopia.net (Postfix) with ESMTP id 879DC60E3; Wed, 17 Aug 2005 14:15:12 -0400 (EDT) Date: Wed, 17 Aug 2005 14:15:12 -0400 (EDT) From: Matt Juszczak To: Giorgos Keramidas In-Reply-To: <20050817171722.GB1295@flame.pc> Message-ID: <20050817141341.D88381@neptune.atopia.net> References: <43034EA2.4000206@atopia.net> <43035504.4020300@daleco.biz> <43035EB3.7080300@atopia.net> <20050817171722.GB1295@flame.pc> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: OT: Removal of old 14+ mail from mbox-based mail spool (not maildir) 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: Wed, 17 Aug 2005 18:15:13 -0000 > procmail ruleset, as long as you have tested the ruleset and found that > it works exactly like you want it to work. > > - Giorgos I'm actually trying to write a script with formail, but its being annoying: orion$ formail -s "parse.pl" < Spam parse.pl: 3: Syntax error: ")" unexpected parse.pl: 3: Syntax error: ")" unexpected parse.pl: 3: Syntax error: ")" unexpected orion$ parse.pl is: #!/usr/bin/perl while () { print } and when I run parse.pl manually: orion$ echo "Yo" | ./parse.pl Yo orion$ Weird eh? Any ideas?