OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: Address extensions in MySQL querys

From: mouss (usebsdfree.fr)
Date: Sun Dec 10 2006 - 08:20:12 CST


Mark Plomer wrote:
> If I set "recepient_delimiter = +"
> and the recipient is "user+spamexample.com" then
> %d = example.com
> %u = user
> %s = userexample.com
>
> and I have no possibility to access the "spam" address extension.
> This feature would be very helpful. Is there any other possibility?
>
>

you are confused. postfix will first search for user+spamexample.com
and if not found, it will search for userexample.com.

see "lookup order" sections in the various map types documentation.