On Fri, 17 Jul 2009, Stefan Förster wrote:
> * Rob Tanner wrote:
> > I get email forwarded to me from a FAX server that I need to process and
> > then forward to a different server. The ³to² email address is always in the
> > form of @send.fax. The FAX number could be the phone number for
> > a
* Stefan Förster wrote:
> /(.*)@fax.send/ local...@my.domain,${1}final.mailserver
/(.*)@fax.send/ local...@my.domain,$...@final.mailserver
The "@" was missing.
* Rob Tanner wrote:
> I get email forwarded to me from a FAX server that I need to process and
> then forward to a different server. The ³to² email address is always in the
> form of @send.fax. The FAX number could be the phone number for
> any FAX machine in the country and only the �...@send.f
Hi,
I get email forwarded to me from a FAX server that I need to process and
then forward to a different server. The ³to² email address is always in the
form of @send.fax. The FAX number could be the phone number for
any FAX machine in the country and only the �...@send.fax² is a constant.
Right