diff options
Diffstat (limited to 'src/mailman/pipeline/docs/nntp.txt')
| -rw-r--r-- | src/mailman/pipeline/docs/nntp.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mailman/pipeline/docs/nntp.txt b/src/mailman/pipeline/docs/nntp.txt index 5c859c0ae..874712397 100644 --- a/src/mailman/pipeline/docs/nntp.txt +++ b/src/mailman/pipeline/docs/nntp.txt @@ -9,12 +9,13 @@ NNTP is to Usenet as IP is to the web, it's more general than that. >>> mlist = create_list('_xtest@example.com') Gatewaying from the mailing list to the newsgroup happens through a separate -'nntp' queue and happen immediately when the message is posted through to the -list. Note that gatewaying from the newsgroup to the list happens via a -cronjob (currently not shown). +``nntp`` queue and happen immediately when the message is posted through to +the list. Note that gatewaying from the newsgroup to the list happens via a +cronjob (currently not shown). There are several situations which prevent a message from being gatewayed to the newsgroup. The feature could be disabled, as is the default. +:: >>> mlist.gateway_to_news = False >>> msg = message_from_string("""\ |
