------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=946




--- Comment #3 from Wolfgang Breyha <[email protected]>  2010-01-07 16:34:51 ---
I was able to reproduce this issue via telnet by submitting different signature
formats. It is definitely the Content-Type: instead of Content-Type;

This leads me to only one more question looking to the mighty source in
pdkim.c:1083ff ;-)

    /* Add header to the signed headers list (in reverse order) */
    list = pdkim_prepend_stringlist(sig->headers,
                                    ctx->cur_header->str);

Is there any specific reason for using reverse order, in other words
prepend_stringlist instead of append_stringlist? If there isn't, life could be
much easier if the later is used, because Content-Type seems to be the last
signed header very often.

Otherwise... close the bug;-)


-- 
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-dev Exim details 
at http://www.exim.org/ ##

Reply via email to