Ya. I checked the definition before . I wanted clarify as in Sendmail's dkim
code , canonicalization for this header:
Content-Type:^Lmultipart/alternative;^Kboundary=^M"----=_NextPart_000_0000_JLZRZLJO.OULDWYUC"

On Canonicalization,
content-type:multipart/alternative;
boundary=^M"----=_NextPart_000_0000_JLZRZLJO.OULDWYUC"

Form feed was removed & vertical tab was converted into space.

So, control characters need not be removed and i can follow with the same
procedure?


Thanks,
Deiva Shanmugam

On Tue, Mar 10, 2009 at 9:10 AM, Tony Hansen <[email protected]> wrote:
>
> Look at the definition of relaxed header section 3.4.2. It talks about
> stripping/reducing WSP (SP and TAB) characters, unfolding lines,
> removing CRLF before continuation lines, and doing case folding. It
> doesn't mention anything about treating any other characters specially.
>
>        Tony Hansen
>        [email protected]
>
> deiva shanmugam wrote:
> > Hi,
> >
> >    Can anyone please let me know, if control characters like vertical
> > tab, Form feed, page eject etc are available in the header, what has to
> > be done, when relaxed canonicalization for the headers is followed?
> >
> > Example:
> >
> >
Content-Type:*^L*multipart/alternative;*^K*boundary=^M"----=_NextPart_000_0000_JLZRZLJO.OULDWYUC"
>
_______________________________________________
NOTE WELL: This list operates according to 
http://mipassoc.org/dkim/ietf-list-rules.html

Reply via email to