blob: 98f0e396dac8d585700da25a4e0877614a2672c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- normalizemime.cc.orig 2008-07-28 10:36:10.000000000 -0300
+++ normalizemime.cc 2008-07-28 10:37:16.000000000 -0300
@@ -58,6 +58,8 @@
#include <map>
#include <string>
+#include <sys/types.h>
+
#include <string.h>
#include <stdlib.h>
#include <regex.h>
@@ -1493,6 +1495,7 @@
"X-Spam-", // Added by SpamAssasin for example
"X-CRM114-", // Added by CRM114
"X-Virus-", // Added by ClamAV
+ "X-DSPAM-", // Added by DSPAM
"X-UID:", // added by Pine mail user agent
"Status:", // added by Pine mail user agent
"X-Status:", // added by Pine mail user agent
|