summaryrefslogtreecommitdiff
path: root/src/mailman/pipeline/to_usenet.py
diff options
context:
space:
mode:
authorBarry Warsaw2011-06-01 17:09:32 -0400
committerBarry Warsaw2011-06-01 17:09:32 -0400
commitbf8b285acb8c2500e52ae2582f27513b9842de54 (patch)
tree53e30be0bb665d66a9350fe58d22697c4c0a860e /src/mailman/pipeline/to_usenet.py
parent0f85fb344688e1982e9320e79b7fb38eefc1ac53 (diff)
downloadmailman-bf8b285acb8c2500e52ae2582f27513b9842de54.tar.gz
mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.tar.zst
mailman-bf8b285acb8c2500e52ae2582f27513b9842de54.zip
Diffstat (limited to 'src/mailman/pipeline/to_usenet.py')
-rw-r--r--src/mailman/pipeline/to_usenet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/pipeline/to_usenet.py b/src/mailman/pipeline/to_usenet.py
index 46ec21ed9..38ed70970 100644
--- a/src/mailman/pipeline/to_usenet.py
+++ b/src/mailman/pipeline/to_usenet.py
@@ -65,6 +65,6 @@ class ToUsenet:
log.error('NNTP gateway improperly configured: %s',
COMMASPACE.join(error))
return
- # Put the message in the news runner's queue
+ # Put the message in the news runner's queue.
config.switchboards['news'].enqueue(
msg, msgdata, listname=mlist.fqdn_listname)