Added two headers to suppress in the rfc to fido gate
This commit is contained in:
parent
9be8ee261b
commit
13bccdd04d
@ -834,6 +834,8 @@ int needputrfc(rfcmsg *msg, int newsmode)
|
|||||||
if (!strcasecmp(msg->key,"X-Mailing-List")) return 0;
|
if (!strcasecmp(msg->key,"X-Mailing-List")) return 0;
|
||||||
if (!strcasecmp(msg->key,"X-Loop")) return 0;
|
if (!strcasecmp(msg->key,"X-Loop")) return 0;
|
||||||
if (!strcasecmp(msg->key,"Precedence")) return 0;
|
if (!strcasecmp(msg->key,"Precedence")) return 0;
|
||||||
|
if (!strcasecmp(msg->key,"X-Face")) return 0;
|
||||||
|
if (!strcasecmp(msg->key,"X-Accept-Language")) return 0;
|
||||||
/*if (!strcasecmp(msg->key,"")) return ;*/
|
/*if (!strcasecmp(msg->key,"")) return ;*/
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user