Charlie Summers wrote: > > Can anyone point me to a "flowchart" of message flow though Mailman?
You could look at Mailman/Queue/IncomingRunner.py, but thus doesn't really show what I think you want - the part I think you're looking for is compressed into joerandom ---> mylist ---> list members Look in Defaults.py at the definition of GLOBAL_PIPELINE which defines the flow through the various Mailman/Handlers/ modules. >I'm particularly interested in when the >~/archives/private/<list>.mbox/<list>.mbox file is created, and when posts are >written to it. Is it normal for a newly-created list _not_ to have that file >created? Yes, IIRC the directory is created with the list, but the file is not created until it is needed. >Is it normal for this file _not_ to exist even after a successful posting to >the list? Is it normal for the post text to _only_ appear (based on grep -R) >within the directury structure at ~/lists/<list>/digest.mbox and nowhere else? Depending on list archiving and global archiving, maybe. Is archiving turned on for the list? Is ARCHIVE_TO_MBOX set to 1 or 2? Default is 2 - see definitions in Defaults.py If these things are all set for archiving to occur and the <list>.mbox to be written, it's probably a group/permissions issue. Have you looked at 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 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&file=faq01.027.htp