On Mon, 2002-12-16 at 14:49, Ed Leafe wrote: > I'm in the process of moving a mailing list to Mailman. This list has > been active for over 3 years, and has almost 90,000 messages archived > in a MySQL database. I'd like to continue to archive messages into this > database, so I've been playing around with the PUBLIC_EXTERNAL_ARCHIVER > setting in mm_cfg.py. I've been able to get it to send the listname to > the external script that will parse the message and insert it into the > database, but how do I get the content of the message? My current > setting reads: > > PUBLIC_EXTERNAL_ARCHIVER = '/home/mailman/myarchive.py %(listname)s' > > I've tried to RTFM and STFW, but haven't found anything along these > lines. >
The message itself is sent to the standard input of the command. --Jeremy ------------------------------------------------------ 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/ This message was sent to: [email protected] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
