On 01/17/2010 08:21 PM, Enrico Scholz wrote:
> Enrico Scholz<enrico.sch...@informatik.tu-chemnitz.de>  writes:
>
>    
>>> It should suffice to escape %u properly. See RFC 2254, "4. String
>>> Search Filter Definition".  E.g. %u above would translate to
>>>
>>>   foobar\)\(uid=foo\)
>>>        
>> oops, I did not read RFC carefully enough :( Chars are not escaped by a
>> simple '\' prefix but by '\' plus their two-hexdigit ASCII value.
>>
>> E.g. not '\)' but '\29'.
>>      
> There is a newer RFC 4515 which clarifies that all non 7-bit chars must
> be encoded in this way too.  Although 8 bit headers are forbidden in
> recent ESMTP standard, there exists an experimental UTF8SMTP extension
> (RFC 5335f) which allows 8 bit mailbox names.
>
>
> Enrico
>
>    

Hi Enrico,

That's pretty easy to do, but i'm finding the RFC a bit confusing. Could 
you help to clarify EXACTLY what codes/code ranges should be translated?
This may sound lazy of me, but i haven't gotten much sleep in the last 
days (weeks?)

Thanks in advance,

Hugo Monteiro.

-- 
fct.unl.pt:~# cat .signature

Hugo Monteiro
Email    : hugo.monte...@fct.unl.pt
Telefone : +351 212948300 Ext.15307
Web      : http://hmonteiro.net

Divisão de Informática
Faculdade de Ciências e Tecnologia da
                   Universidade Nova de Lisboa
Quinta da Torre   2829-516 Caparica   Portugal
Telefone: +351 212948596   Fax: +351 212948548
www.ci.fct.unl.pt             ap...@fct.unl.pt

fct.unl.pt:~# _


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Dspam-devel mailing list
Dspam-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-devel

Reply via email to