OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
Re: catch all taking emails of valid email accounts

From: mouss (moussnetoyen.net)
Date: Wed Oct 01 2008 - 14:51:18 CDT


Victor Duchovni wrote:
> On Wed, Oct 01, 2008 at 09:35:04PM +0200, mouss wrote:
>
>> query = select %s from yourvirtualmailboxtable where '%s' = email
>
> The first "%s" should probably also be in quotes or better yet, use
> the field name:
>
> query = select '%s' from yourvirtualmailboxtable where '%s' = email
> query = select email from yourvirtualmailboxtable where '%s' = email
>

indeed!