We are running Suse 9.2 and have recently installed mailman 2.1.6 on our 
site.  We are using sendmail and mm-handler.

It seems that our messages are not being properly picked up by qrunner.
If we send an email to a non-existing list, we get a nice email telling 
us that the list does not exist.
If we send an email to a list, it appears all the appropriate files get 
created.
There are messages that appear as heldmsg-[listname].pck
And there are numerous messages that appear as retries that have a 
very-long number.pck
The text of the emails sent do appear in these files.

In /usr/local/mailman/logs/smtp-failure, we have a message: "SMTP 
session failure: -1, a(): 1.00"

Sendmail gives us:
collect: premature EOM: unexpected close
collect: unexpected close on connection from localhost.

I do an strace -f -p [pid of qrunner outgoing-runner]
and I find:
recv(10, "getla(): 1.08\n220 localhost ESMT"..., 8192, 0) = 
108               
send(10, "ehlo lists.lightsys.org\r\n", 22, 0) = 
22                              
send(10, "mail FROM:<[EMAIL PROTECTED]"..., 45, 0) = 
45                   
recv(10, "250-localhost Hello localhost [1"..., 8192, 0) = 
231                
send(10, "rcpt TO:<[EMAIL PROTECTED]>"..., 34, 0) = 
34                   
send(10, "data\r\n", 6, 0)              = 
6                                   
recv(10, "getla(): 1.08\n", 8192, 0)    = 
14                                  
send(10, "quit\r\n", 6, 0)              = 
6                                   
recv(10, "250 2.1.5 <[EMAIL PROTECTED]"..., 8192, 0) = 
102                
close(10)

Basically, qrunner does everything for the email except send any data.  
I have been able to successfully send an email by telnetting to the 
smtpserver (127.0.0.1) on port 25, and typing in what qrunner sends.  If 
I put something in as data, it processes through sendmail fine and gets 
delivered.

So why is qrunner losing the body of the email messages?

    - Tim
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to