Jean-Philippe GIOLA wrote: > >I want to use an another archiver for mailman like monharc or pipermail >(or one that i 'm developping) and i want to know if , when a mail is >sent to a list, the external archiver will treat all the mbox file of >the list or only the mail that was just sent ?
As it says in the description in Defaults.py, the command string is invoked via os.popen(). This creates a pipe to the standard input of the command. The current message (only) is then written to the pipe. At this point, the message has already been written to the listname.mbox/listname.mbox file, so if your external archiver wants to read that file, it can, but it doesn't have to to get the current message which is piped to its standard input. -- 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