Re: Forwardfile Director

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Lee McLoughlin
Ημερομηνία:  
Προς: Keith McCallion, exim-users
Αντικείμενο: Re: Forwardfile Director
Keith McCallion wrote:
>
> Hello,
>
> I have a quick question. We use Hylafax to allow clients to have an email
> to fax interface, and use it extensively for online ordering, etc.
> Unfortunetly, this generates a message to stdio which lists what Hylafax
> job number the fax turns out to be, and gets returned to the sender as an
> error message.
>
> Is there any way to ignore the output of the pipe that the forwardfile
> (transport or director?) executes? ignore_output?


But its easy to write a little shell script wrapper to hylafax that
throws
the output away eg hylafax.sh:

#!/bin/sh
hylafax "$*" > /dev/null

--
Lee McLoughlin.                         Phone: +44 171 594 8388
IC-Parc, Imperial College,              Fax:   +44 171 594 8432
South Kensington, London. SW7 2BZ. UK.  Email: L.McLoughlin@???