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: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] On Behalf Of Wietse Venema Sent: Tuesday, October 6, 2020 6:07 PM To: Postfix users <postfix-users@postfix.org> 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