o Add X-DSPAM-* to the strip headers list side by side with X-CRM114-*
o Bump PORTREVISION
This commit is contained in:
parent
66b3c2b596
commit
1050c4bbbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188333
2 changed files with 9 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= normalizemime
|
||||
PORTVERSION= 1.18.20070320
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://hyvatti.iki.fi/~jaakko/spam/
|
||||
DISTNAME= normalizemime.cc
|
||||
|
|
|
@ -18,3 +18,11 @@
|
|||
|
||||
while (in_left > 0) {
|
||||
if ((size_t)(-1) == iconv (ic, &ibuf, &in_left, &obuf, &out_left)) {
|
||||
@@ -1491,6 +1493,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
|
||||
|
|
Loading…
Reference in a new issue