Re: How do I deliver to a program using a wild card

2009-07-16 Thread Sahil Tandon
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

Re: How do I deliver to a program using a wild card

2009-07-16 Thread Stefan Förster
* Stefan Förster wrote: > /(.*)@fax.send/ local...@my.domain,${1}final.mailserver /(.*)@fax.send/ local...@my.domain,$...@final.mailserver The "@" was missing.

Re: How do I deliver to a program using a wild card

2009-07-16 Thread Stefan Förster
* 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

How do I deliver to a program using a wild card

2009-07-16 Thread Rob Tanner
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