Re: [Exim] Tagged Messaging

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Rossz Vamos-Wentworth
Data:  
Para: Exim-users
Asunto: Re: [Exim] Tagged Messaging
Chris Meadors wrote:

> On Sat, 2004-02-21 at 13:46, Rossz Vamos-Wentworth wrote:
>
>
>>Add this to the router:
>>
>> local_part_suffix = -*
>> local_part_suffix_optional
>
>
> That does interfere with delivery to any local users who do have a '-'
> in their name, doesn't it?
>
> I used '+' for my suffix delimiter and disallowed pluses in user names.


That's a possibility, though I have not tested it. It might be that
Exim first checks for a matching name of the entire local_part, but I
don't know.

I allow both - and + for the optional part.

    local_part_suffix = -* : +*


I have been getting away from using + because a lot of websites don't
allow the + when you enter email addresses.

--
Rossz