Browse Source

Fix dkim canonization for folded headers.

tags/0.6.0
Vsevolod Stakhov 10 years ago
parent
commit
7803538984
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/dkim.c

+ 4
- 0
src/dkim.c View File

@@ -1097,6 +1097,10 @@ rspamd_dkim_canonize_header_relaxed (rspamd_dkim_context_t *ctx, const gchar *he

/* Value part */
h = header;
/* Skip spaces at the beginning */
while (g_ascii_isspace (*h)) {
h ++;
}
got_sp = FALSE;

while (*h) {

Loading…
Cancel
Save