X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fspost.c;h=f755a162cc18d4339995503462bce05497713d68;hp=96ca14d1cd0887750ceed0f7b18a58be707a89ba;hb=15378d1b682670191b2a186391398b1e1a285983;hpb=1794d729c1c4b0de8f2e72b5096539c52ee6b74f diff --git a/uip/spost.c b/uip/spost.c index 96ca14d..f755a16 100644 --- a/uip/spost.c +++ b/uip/spost.c @@ -76,7 +76,7 @@ static struct headers NHeaders[] = { { "Subject", HSUB, 0 }, { "To", HADR|HTRY, MVIS }, { "Cc", HADR|HTRY, MVIS }, - { "Dcc", HADR|HTRY|HDCC, MVIS }, + { "Dcc", HADR|HTRY|HDCC, MINV }, { "Bcc", HADR|HTRY|HBCC, MINV }, { "Message-Id", HBAD, 0 }, { "Fcc", HFCC, 0 }, @@ -92,7 +92,7 @@ static struct headers RHeaders[] = { { "Resent-Subject", HSUB, 0 }, { "Resent-To", HADR|HTRY, MVIS }, { "Resent-Cc", HADR|HTRY, MVIS }, - { "Resent-Dcc", HADR|HTRY|HDCC, MVIS }, + { "Resent-Dcc", HADR|HTRY|HDCC, MINV }, { "Resent-Bcc", HADR|HTRY|HBCC, MINV }, { "Resent-Message-Id", HBAD, 0 }, { "Resent-Fcc", HFCC, 0 },