Re: Forwardfile Director

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Lee McLoughlin
Fecha:  
A: Keith McCallion, exim-users
Asunto: 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@???