On Wed, Mar 27, 2002 at 05:25:57PM +0100, Andreas Marcel Riechert wrote: > Ian Zimmerman <[EMAIL PROTECTED]> writes: > > > > hmmm .. > > > > there is now > > > > http://www.speakeasy.net/~itz/hacks/Mail-Sort-2002.03.23-p2.tar.gz > > > > can you give it a try? thanks > > Here I get some strange results. Runing "make test" the first > time, all tests pass. Runing "make test" a second time I get > errors, third time the test passed again. > Actually I did some more "make tests" which will pass most time > but not all time. >
Just my 2 cents : If the problem occurs when testing the 'forward' method, could it be related to the time interval used by your MTA to poll the mail queue ? You check to see if a mail was properly delivered before the MTA has sent it -> fail ! You test just after the MTA has process the mail queue -> pass. Arnaud.
