* David Gibbs <[EMAIL PROTECTED]> [2003-01-19 09:18:57 -0600]:
> HTML_TO_PLAIN_TEXT_COMMAND = 'export LYNX_TEMP_SPACE=/tmp &&
> /usr/bin/lynx -force_html -dump %(filename)s'

  Well, this is just a bit of streamlining and won't make it behave any
differently, but you might use:

HTML_TO_PLAIN_TEXT_COMMAND = 'LYNX_TEMP_SPACE=/tmp /usr/bin/lynx
-force_html -dump %(filename)s'

  That way you set the variable and run lynx all in one command, and
save yourself an invocation of /bin/sh.  :)  In a small installation
like mine that means about squat, but if you're one of the ones that
processes eleventy zillion emails per hour it might make a performance
difference (especially if /bin/sh is actually bash in disguise...).

  P.S. - Still having my PGP/MIME messages bounced due to Content-Type:
headers...I'll shut up as soon as someone tells me whether it's expected
behaviour or not... :) 

-- 
------------------------------------------------------------------------
 John Buttery
                                     (Web page temporarily unavailable)
------------------------------------------------------------------------

------------------------------------------------------
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: archive@jab.org
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to