Re: [Exim] Acceptable/legal characters for a local part?

Góra strony
Delete this message
Reply to this message
Autor: Edgar Lovecraft
Data:  
Dla: 'Exim-users'
Temat: Re: [Exim] Acceptable/legal characters for a local part?
Giuliano Gavazzi Wrote:
>
> At 7:57 pm -0600 2004/02/03, Edgar Lovecraft wrote:
>
> >I am controlling what MY local_parts should be (rules for my users are
> >'a-z 0-9 . _ -' case-insensitive) so anything else i kick out for any
> >local-recipient as I know that it is not allowed. I also run the same
> >rules for any non-local recipient, but have always said I would remove
> >the restriction should it ever become a problem.
>
> what do you mean you run the same rules for nonlocal recipients? I you
> don't mean that you reject messages on those grounds as you are
> excluding the very common '+' (and '=', I haven't noticed it lately, but
> I remember it in some envelope sender).
>

--
Um, after looking at my config again, the exact rules are:
deny on....
local_parts = ^.*[@%!/|] : ^\\.
for all messages.
Local recipients have other rules that apply to them, and none of these
rules apply to what addresses the mail is 'from:<.....>'.
Perhaps I should put some there too, need to go look at all those spam
messages again :)
--EAL--