Brad Knowles wrote: > >If you've got all the queue runners going, I have no idea why >incoming mail would just be sitting in the queue and not being >processed. > >Maybe Mark Sapiro or Tokio Kikuchi can help.
Is your 'in' queue sliced? I.e., do you have anything involving QRUNNERS in mm_cfg.py? Or from the other view, in the 'ps' output does the command for IncomingRunner contain the option '--runner=IncomingRunner:0:1'? If it says 0:1, it's not sliced, but if for example, the second digit is 2, you must have both a 0:2 and a 1:2 IncomingRunner. This is covered in the last paragraph of sec 5)b) of <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.014.htp>. What are the files in the 'in' queue? Are they .pck files or .bak files? Are there any errors in Mailman's error log? -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] 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&file=faq01.027.htp
