aboutsummaryrefslogtreecommitdiffstats
path: root/mail2news.py
diff options
context:
space:
mode:
Diffstat (limited to 'mail2news.py')
-rw-r--r--mail2news.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail2news.py b/mail2news.py
index f15ca4e..d340432 100644
--- a/mail2news.py
+++ b/mail2news.py
@@ -235,7 +235,8 @@ class mail2news:
try:
# removing some others useless headers .... (From is not From:)
- rmheads = ['Received:','From','NNTP-Posting-Host:','X-Trace']
+ rmheads = ['Received:', 'From', 'NNTP-Posting-Host:', \
+ 'X-Trace:', 'X-Compliants-To:', 'NNTP-Posting-Date:']
if(heads):
rmheads.append(heads)