aboutsummaryrefslogtreecommitdiffstats
path: root/mail2news.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2005-04-30 17:57:00 +0200
committerMatěj Cepl <mcepl@cepl.eu>2015-01-03 10:34:50 +0100
commit4c6607a67fa1da57b4a885594bf28c9450afb4dc (patch)
tree25d8236371cf7ee0280109ebd2a5995da45faeea /mail2news.py
parent59eda1d0150e4b517a071c1e04ded96ff8f0f314 (diff)
downloadpygn-4c6607a67fa1da57b4a885594bf28c9450afb4dc.tar.gz
pyg 0.9.6-4 from archive.debian.org0.9.6-4
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)