0.15.3 test failures

David Relson relson at osagesoftware.com
Sun Sep 14 22:53:48 CEST 2003


On Sun, 14 Sep 2003 16:36:50 -0400
Clint Adams <schizo at debian.org> wrote:

> > I went to http://buildd.debian.org/build.php?&pkg=bogofilter to see
> > which architectures were having problems but don't see any results
> > after 0.15.1.  What's the new location???
> 
> None yet.  The 0.15.3 results will be there once I can compile it
> successfully myself.
> 
> > The line "initial:5063" is output by printf with a format of
> > "initial:%d\n".  The missing space indicates that printf (or the
> > shell) has eaten the space in the format.  I'm thinking this isn't a
> > bogofilter problem.
> 
> Aha.  In my copy of the test, there's
> 
> echo -n initial:  >> $OUT

Clint,

Looks like I was somewhat off target.   t.maint originally used printf
and Matthias switched to echo for portability (since BSD doesn't have
printf).  Guess I wrong about when the change occurred.  Anyhow it
should be right for the next release.

> which explains why there's no spaces at all.
> If I change that line to
> 
> printf "initial:   " >> $OUT
> 
> the test passes.
> 
> > Looks like the right value in the wrong order.  I'll fix the test by
> > adding a call to "sort" for 0.15.4.
> 
> Same problem with t.maildir.  The sort fixes both.

OK.  I'll modify that, too.


Return-Path: <>
Delivered-To: relson at osagesoftware.com
Received: by osagesoftware.com (Postfix) via BOUNCE
	id 75A1327ED5; Sun, 14 Sep 2003 17:45:39 -0400 (EDT)
Date: Sun, 14 Sep 2003 17:45:39 -0400 (EDT)
From: MAILER-DAEMON at osagesoftware.com (Mail Delivery System)
Subject: Undelivered Mail Returned to Sender
To: relson at osagesoftware.com
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
	boundary="D182C27ED4.1063575939/osagesoftware.com"
Message-Id: <20030914214539.75A1327ED5 at osagesoftware.com>

This is a MIME-encapsulated message.

--D182C27ED4.1063575939/osagesoftware.com
Content-Description: Notification
Content-Type: text/plain

This is the Postfix program at host osagesoftware.com.

I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.

For further assistance, please send mail to <postmaster>

If you do so, please include this problem report. You can
delete your own text from the message returned below.

			The Postfix program

<Matthia at osagesoftware.com>: unknown user: "matthia"

--D182C27ED4.1063575939/osagesoftware.com
Content-Description: Delivery error report
Content-Type: message/delivery-status

Reporting-MTA: dns; osagesoftware.com
Arrival-Date: Sun, 14 Sep 2003 17:45:38 -0400 (EDT)

Final-Recipient: rfc822; Matthia at osagesoftware.com
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; unknown user: "matthia"

--D182C27ED4.1063575939/osagesoftware.com
Content-Description: Undelivered Message
Content-Type: message/rfc822

Received: from osage.osagesoftware.com (osage.osagesoftware.com [192.168.1.10])
	by osagesoftware.com (Postfix) with SMTP id D182C27ED4
	for <Matthia>; Sun, 14 Sep 2003 17:45:38 -0400 (EDT)
Date: Sun, 14 Sep 2003 17:45:38 -0400
From: David Relson <relson at osagesoftware.com>
To: Matthia at osagesoftware.com
Subject: Fw: Pipe timeout problem with 0.14.3-1
Message-Id: <20030914174538.6f1d68ea.relson at osagesoftware.com>
Organization: Osage Software Systems, Inc.
X-Mailer: Sylpheed version 0.9.5claws12 (GTK+ 1.2.10; i686-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

Matthias,

He got it figured out:


Begin forwarded message:

Date: Sun, 14 Sep 2003 22:02:14 +0100
From: "Laurence" <ljng at hbbs.org>
To: "David Relson" <relson at osagesoftware.com>
Cc: <bogofilter at aotto.com>
Subject: Re: Pipe timeout problem with 0.14.3-1


David Relson wrote:
>
> Looking at the flags you're using with bogofilter, '-u' turns on
> auto-update mode which requires write access to the database.  Have
> you checked to see where wordlist.db is stored and if its permissions
> are good?

Got it!

When I combined the old word lists into the new single file I was logged
in
as root.  Bogofilter was silently waiting to be able to write to the
file.

Thanks! :)

Laurence

--D182C27ED4.1063575939/osagesoftware.com--



More information about the bogofilter-dev mailing list