Alessandro Vesely writes:

Right, so it must have been Apple's server (http://www.appmaildev.com/en/dkim/)

I tentatively installed the following patch.  It prevents wrapping without
apparently causing any blatant malfunction.  What would you say about it?
(I didn't explore what unexpected effects it might sort.)

--- courier/libs/comrwheader.c.orig     2013-08-25 20:44:47.000000000 +0200
+++ courier/libs/comrwheader.c  2014-12-12 09:03:44.000000000 +0100
@@ -98,7 +98,7 @@
        unsigned i, l;
        char    *p;

-               new_header=rfc822_getaddrs_wrap(rfca, 70);
+               new_header=rfc822_getaddrs_wrap(rfca, 700);
                if (!new_header)        clog_msg_errno();

                for (i=l=0; new_header[i]; i++)

I believe that this is going to take all nicely-wrapped headers, and blow them up to 700 character-long lines. Which is a step backwards, rather than
progress.

I think the best course of action here is to figure out how to make dkim stop complaining.

Attachment: pgpV03_KwMsGR.pgp
Description: PGP signature

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
courier-users mailing list
courier-users@lists.sourceforge.net
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to