~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to src/mailman/app/docs/pipelines.rst

  • Committer: Barry Warsaw
  • Date: 2012-04-01 18:53:38 UTC
  • mfrom: (7139.1.4 bug-967409)
  • Revision ID: barry@list.org-20120401185338-5qujo0c3kc9a8wtr
 * The `news` runner and queue has been renamed to the more accurate `nntp`.
   The runner has also been ported to Mailman 3 (LP: #967409).  Beta testers
   can can safely remove `$var_dir/queue/news`.

 * Configuration schema variable changes:
   [nntp]username -> [nntp]user
   [nntp]port (added)

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 
61
61
    >>> dump_msgdata(msgdata)
62
62
    original_sender : aperson@example.com
63
 
    origsubj        : My first post
 
63
    original_subject: My first post
64
64
    recipients      : set([])
65
65
    stripped_subject: My first post
66
66
 
90
90
    >>> dump_msgdata(messages[0].msgdata)
91
91
    _parsemsg       : False
92
92
    original_sender : aperson@example.com
93
 
    origsubj        : My first post
 
93
    original_subject: My first post
94
94
    recipients      : set([])
95
95
    stripped_subject: My first post
96
96
    version         : 3
98
98
This mailing list is not linked to an NNTP newsgroup, so there's nothing in
99
99
the outgoing nntp queue.
100
100
 
101
 
    >>> messages = get_queue_messages('news')
 
101
    >>> messages = get_queue_messages('nntp')
102
102
    >>> len(messages)
103
103
    0
104
104
 
128
128
    _parsemsg       : False
129
129
    listname        : test@example.com
130
130
    original_sender : aperson@example.com
131
 
    origsubj        : My first post
 
131
    original_subject: My first post
132
132
    recipients      : set([])
133
133
    stripped_subject: My first post
134
134
    version         : 3