On Thu, Oct 01, 2015 at 05:09:47PM -0400, Alex wrote:

> Can it be done as a pcre so I can continue to use my existing
> relay-recipients file in the form of:
> 
> /^myuser@example\.com$/       DUNNO

Good job anchoring the regexp front and back and escaping the ".".

The special meaning of "DUNNO" is only in the context of access(5)
tables.  Since recipient maps are not access(5) tables, DUNNO has
no special meaning there.

-- 
        Viktor.

Reply via email to