[Pkg-mailman-hackers] Bug#395493: Can't send messages to list

Lukasz Szybalski szybalski at gmail.com
Wed Nov 15 16:25:06 CET 2006


On 11/15/06, Lionel Elie Mamane <lionel at mamane.lu> wrote:
> On Fri, Nov 10, 2006 at 12:48:01PM -0800, Mark Sapiro wrote:
> > Lukasz Szybalski wrote:
> >>Lukasz Szybalski wrote:
>
> >>> I put the original smtplib.py file back in
> >>> /varlib/python.3/smtplib.py and i get the same problem again.
>
> >> Please not the smtlib.py is the one given to me and smtlib.py.1 is
> >> the original one causing the problem.
>
> > Your diff and the smtplib.py (the file you refer to above as
> > smtplib.py.1) you posted to the bug report confirm that this file is
> > essentially unchanged from the Python 2.3 base smtplib.py.
>
> > Therefore, I have to conclude that the symptom you see when you put
> > this in the Python library is due to the debug writes being to stdout
> > instead of stderr.
>
> > Thus, I think you still have the added
>
> >         self.__conn.set_debuglevel(1)
>
> > line in SMTPDirect.py. I think if you remove this line and then put
> > the original smtplib.py back in the python library (and to be sure,
> > remove the smtplib.pyc and smtplib.pyo to force a recompile),
> > Mailman will continue to send OK.
>
> Lukasz, please either confirm or inform that prediction, which I would
> tend to agree with. If it is true, I can close the bug.
>
Yes he is correct. I just but back the original file, removed debug
level line, and everything seems to be working. I'll let you know if
anything comes up, but for now this bug is solved for me.

Thank you both very much for your help.
Sincerely,
Lukasz Szybalski

> --
> Lionel
>




More information about the Pkg-mailman-hackers mailing list