summaryrefslogtreecommitdiff
path: root/src/mailman/bin
diff options
context:
space:
mode:
authorBarry Warsaw2010-02-16 19:20:01 -0500
committerBarry Warsaw2010-02-16 19:20:01 -0500
commitb008112245064f5dbdbe4104c9a3e89694c75cfc (patch)
tree1b3fa89615f974372baa8fa79f2578ba651aac71 /src/mailman/bin
parent006515005077b7b4b6fbb18d593800264ed307c4 (diff)
downloadmailman-b008112245064f5dbdbe4104c9a3e89694c75cfc.tar.gz
mailman-b008112245064f5dbdbe4104c9a3e89694c75cfc.tar.zst
mailman-b008112245064f5dbdbe4104c9a3e89694c75cfc.zip
So long X-BeenThere, and thanks for all the fish.
Diffstat (limited to 'src/mailman/bin')
-rw-r--r--src/mailman/bin/gate_news.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/bin/gate_news.py b/src/mailman/bin/gate_news.py
index 6d9e95468..c10248c53 100644
--- a/src/mailman/bin/gate_news.py
+++ b/src/mailman/bin/gate_news.py
@@ -113,6 +113,7 @@ def poll_newsgroup(mlist, conn, first, last, glock):
value = header[:i].lower()
if i > 0 and value == 'to':
found_to = True
+ # FIXME 2010-02-16 barry use List-Post header.
if value <> 'x-beenthere':
continue
if header[i:] == ': %s' % mlist.posting_address: