Dan Phillips wrote:
>
>HTML_TO_PLAIN_TEXT_COMMAND = 'LYNX_TEMP_SPACE=/tmp /usr/local/bin/lynx
>-force_html -dump %(filename)s'
>
>I changed it to that based on a thread on this list a couple years ago.
>I honestly don't remember know what the issue was at the time, but I
>may have had to install
On Mar 16, 2005, at 2:43 PM, Mark Sapiro wrote:
The default setting (don't know if this applies to OSX) for the
conversion command is:
HTML_TO_PLAIN_TEXT_COMMAND = '/usr/bin/lynx -dump %(filename)s'
Whatever this command writes to stdout is what you get. This command
probably isn't working in your
Nathan K. Stazewski wrote:
>
>I am running mailman 2.1.4 on OS X. We were running into a problem that
>sometimes the footer was being seen as an attachment instead of as an actual
>footer. I read these lists and found a nice work around was to convert
>text/html e-mails to plain text. I did this
First off.thank you. Someone always replies to these questions (knock on
wood).so thanks.
I am running mailman 2.1.4 on OS X. We were running into a problem that
sometimes the footer was being seen as an attachment instead of as an actual
footer. I read these lists and found a nice work arou