[exim-dev] [Bug 2224] DKIM: validation error: RSA_LONG_LINE

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 2224] DKIM: validation error: RSA_LONG_LINE
https://bugs.exim.org/show_bug.cgi?id=2224

Jeremy Harris <jgh146exb@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|tom@???         |jgh146exb@???
           Priority|medium                      |low


--- Comment #1 from Jeremy Harris <jgh146exb@???> ---
The DKIM signing implementation supports a maximum body line length of 16kB.

MTAs in general should handle lines up to 1000 characters (per RFC 5321
section 4.5.3.1.6.):

The maximum total length of a text line including the <CRLF> is 1000
octets (not counting the leading dot duplicated for transparency).

I don't think it's really a bug that one with over 16,000 cannot be
DKIM-signed.
Possibly an enhancement-request, but I've not looked into the coding complexity
and that could make it too dangerous.

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