>>> Igor, the query we use in the code now is:
>>> SELECT deliver_to FROM dbmail_aliases WHERE lower(alias) =
>>> lower('[EMAIL PROTECTED]') AND lower(alias) <> lower(deliver_to)
>>>  What output do you get for:
>>> SELECT alias, deliver_to FROM dbmail_aliases WHERE
>>> lower(alias) = lower('[EMAIL PROTECTED]')
>>
>> Current database: dbmail
>>
>>
>> mysql> SELECT alias, deliver_to FROM dbmail_aliases WHERE ->
>> lower(alias) = lower('[EMAIL PROTECTED]') -> ;
>> Empty set (0.00 sec)
>>
>>
>> mysql> SELECT deliver_to FROM dbmail_aliases WHERE lower(alias) = ->
>> lower('[EMAIL PROTECTED]') AND lower(alias) <> lower(deliver_to);
>> Empty set (0.00 sec)
>>
>
> So what's the problem again? This address has neither an alias nor a
> username; hence no deliveries go to it. Did I miss something?

There is no [EMAIL PROTECTED] alias, but there is @vallenta.sumy.ua.
There are lines about it in the log that I sent to the maillist few days ago.



Reply via email to