Re: [exim] dkim error in paniclog

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Tom Kistner
Datum:  
To: Kerstin Espey, jethro.binks, Alexey V. Degtyarev
CC: exim-users
Betreff: Re: [exim] dkim error in paniclog
On 17.12.2009 10:59, Kerstin Espey wrote:

> Still no one else with this error?


I'll add more debug output to the main log, which will include the error
code returned from the library.

Looking through the code, these are the most likely causes for the failures:

1) The message has more than 512 headers.
2) The message contains a single line longer than 16k bytes.

Both are limits that can be tweaked in src/pdkim/pdkim.c. They are set
to avoid DoS scenarios.

/tom