1 message in net.sourceforge.lists.courier-users[courier-users] couriefax outlook tex...
FromSent OnAttachments
Daniel MüllerSep 14, 2006 3:57 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] couriefax outlook text/html-filterActions...
From:Daniel Müller (muel@tropenklinik.de)
Date:Sep 14, 2006 3:57:40 am
List:net.sourceforge.lists.courier-users

Hi all,

i post my text-html.filter solution for all who want to fax from outlook with html and msword as editor enabled.

First of all download html2ps from here: www.tdb.uu.se/~jan/ <http://www.tdb.uu.se/~jan/html2ps.html> html2ps.html Install it. In my case to /usr/bin.

Then, touch text-html.filter, in /usr/bin/courier/share/faxmail. Here is mine:

#! /bin/sh # $Id: text-html.filter.in,v 1.1 2006/09/12 dmueller Exp $ #

#( #

. /usr/lib/courier/share/faxmail/init

cat >$OUTDIR/.html /usr/bin/html2ps $OUTDIR/.html > $OUTDIR/.ps

rm -f $OUTDIR/.html

$GS -sDEVICE=faxg3 $FAXRES -dBATCH -sOutputFile=$OUTDIR/f%04d -dNOPAUSE -q -dSAFER - <$OUTDIR/.ps

That’s all. From now on you are able to fax html-mails.

Greetings daniel