Wietse;
I made the change but no luck. What I don't understand is how some
regex's work and others don't considering regex's themselves are so simple.
I mean, they should all work or they should all now work.
Thanks;
Frank
-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Wietse Venema
Sent: Tuesday, October 6, 2020 6:07 PM
To: Postfix users <[email protected]>
Subject: Re: Forward email based on Regexps
Frank DiGennaro:
> Thanks for the reply. This is what I have in my 'virtual_users' file
> verbatim. I've even kept the domain names and users the same.
>
> # Regexp # User to forward to
> /\d{10,}@fax.mobilepbx.net/ asterisk (I've tried both
That is PCRE not REGEXP syntax.
Wietse