Re: [Mailman-Users] PRIVATE/PUBLIC EXTERNAL ARCHIVER

2005-06-15 Thread Jean-Philippe GIOLA
So, if I change PRIVATE/PUBLIC EXTERNAL ARCHIVER as : 
*PRIVATE_EXTERNAL_ARCHIVER = '/path/to/my_archiver %(listname)s
*only the current message wil be theat by my archiver (it's what I 
want...!) ?
Does I understand ?

reguards.
*
*
Mark Sapiro wrote:

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, Californiabetter use your sense - B. Dylan


  



-- 
Cordialement,
Jean-Philippe Giola - 6577


--
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=showamp;file=faq01.027.htp


Re: [Mailman-Users] PRIVATE/PUBLIC EXTERNAL ARCHIVER

2005-06-15 Thread Mark Sapiro
Jean-Philippe GIOLA wrote:

So, if I change PRIVATE/PUBLIC EXTERNAL ARCHIVER as : 
*PRIVATE_EXTERNAL_ARCHIVER = '/path/to/my_archiver %(listname)s
*only the current message wil be theat by my archiver (it's what I 
want...!) ?
Does I understand ?

Yes, the current message and only the current message will piped to the
standard input of /path/to/my_archiver.

--
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter 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=showamp;file=faq01.027.htp


Re: [Mailman-Users] PRIVATE/PUBLIC EXTERNAL ARCHIVER

2005-06-14 Thread Mark Sapiro
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, Californiabetter 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=showamp;file=faq01.027.htp