-pz-Nf Completed
What about the .py[co] files? Why aren't they re-created? Is something
wrong with the ownership of the files? I did a "chmod list.list *" in
/var/lib/mailman/Mailman/Handlers (and restarted mailman) and it still
fails..
With best wishes,
Meike
--
Meike Au
ctivity. It seems to me that my changes to the python
code somehow are not regarded even though I do a mailman-restart
every time I change something. I also restarted syslog.
Any hints left...? :)
Best wishes,
Meike
--
Meike Aulbach <[EMAIL PROTECTED]>
--
x27;[EMAIL PROTECTED]'
>>> x = smtplib.SMTP()
>>> x.connect(SMTPHOST,SMTPPORT)
(220, 'mx..net ESMTP Exim 4.50 Fri, 10 Jun 2005 19:21:13 +0200')
>>> x.sendmail(env,rcpts,msg)
{}
>>> x.quit()
>>>
[EMAIL PROTECTED]:/$
So it unfo
not delivered. I really know nothing about python,
so maybe this is due because SMTPDirect.py is compiled to SMTPDirect.pyo
and SMTPDirect.pyc, so my changes to SMTPDirect.py are never regarded
by the program? I don't really want to ma