On Thu, 2005-11-03 at 16:00 +0100, Alexander Koch wrote:
> Hello,
> 
> some times our mail server got an email adress like
> <"mailto:ab"@domain.de>. We look into a MySQL database for information
> about the user. The lookup fails with this sort of addresses and exim
> gives a "451 Temporary local problem - please try later" error in the
> SMTP dialog.

[snip]

Isn't the simplest way to just change the list separator using the '<'
construct at the start of the line ? eg :

        ...
        domains = <| mysql; FEATURE_VIREN
        ...

Of course you might need to use a different separator than '|' for your
requirements. I use this a lot for our setup when it comes to MySQL and
email addresses. We don't allow '|' in $local_part so it's safe for us
to use that as our list separator.

HTH,
Jerry.
-- 
Jerry Nicholls                       E: [EMAIL PROTECTED]
Core & Network Operations Manager    W:            http://www.zen.co.uk/
Zen Internet Ltd.                    T:                    0845 058 9000
                                     F:                    0845 058 9005


-- 
## List details at http://www.exim.org/mailman/listinfo/exim-users 
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://www.exim.org/eximwiki/

Reply via email to