Nah, the logs aren't really needed - what seems to be happening is that
you are getting disconnected. It seems that danw is at least partially
right afterall. Even though the SMTP transport module allows to be used
over and over again without being disconnected, the code that uses it
only sends 1 message at a time and then destroys the smtp object (or so
that code thinks) yet it is not actually destroyed because somehow some
other section of code has a reference to that object as well, so when we
unref the object in the mail_send_message function, it isn't actually
destroyed.
I'm wondering if this is a 0.10 bug and that it might be fixed in the
latest CVS because I can't find any reason for it to be ref'd by any
other section of code.
Jeff
On 17 May 2001 16:11:22 -0400, Mark Logan wrote:
> The number of messages seems to be irrelevant. From the time I send the
> first message, I have about 10 minutes (just guessing, but pretty close)
> until I get the error. I can send as many as I want in that time
> period, but eventually it dies.
>
> I will try and get access to the logs from the server to see if that
> shines any light on the situation.
>
> Is there anything else that you want me to try?
>
> Mark
>
> On 17 May 2001 16:04:13 -0400, Jeffrey Stedfast wrote:
> > Uh. no.
> >
> > If I recall correctly, it's not disconnecting for a reason (ie, so we
> > don't have to reconnect for each damn message we wanna send...this is
> > there by design). Besides, how is "not reconnecting" causing a problem
> > here? Obviously the SMTP module isn't confused about it's state... and
> > it sent a total of four other messages without a problem. I fail to see
> > how not disconnecting is the problem?
> >
> > Jeff
> >
> > On 16 May 2001 02:13:40 +0500, Dan Winship wrote:
> > > The problem is that it's leaving the SMTP connection open all the time,
> > > instead of disconnecting after sending a message. I'm adding that to
> > > bugzilla.
> > >
> > > -- Dan
> > >
> > > _______________________________________________
> > > evolution maillist - [EMAIL PROTECTED]
> > > http://lists.helixcode.com/mailman/listinfo/evolution
> >
> >
> >
>
> --
> Mark Logan
> Project Manager BioInformatics
> Visible Genetics Inc.
>
> Phone: (416)813-3240 x4133
> Cell : (416)274-1559
> Email: [EMAIL PROTECTED]
>
>
> _______________________________________________
> evolution maillist - [EMAIL PROTECTED]
> http://lists.helixcode.com/mailman/listinfo/evolution
_______________________________________________
evolution maillist - [EMAIL PROTECTED]
http://lists.helixcode.com/mailman/listinfo/evolution