~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to mailman/docs/chains.txt

  • Committer: Barry Warsaw
  • Date: 2008-10-07 02:07:04 UTC
  • mfrom: (6643.2.7 reorg2)
  • Revision ID: barry@list.org-20081007020704-2oyjxp08f54ap7f1
branch merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
    ... An important message.
37
37
    ... """)
38
38
 
39
 
    >>> from mailman.app.chains import process
 
39
    >>> from mailman.core.chains import process
40
40
 
41
41
    # XXX This checks the vette log file because there is no other evidence
42
42
    # that this chain has done anything.
309
309
all default rules.  This message will end up in the pipeline queue.
310
310
 
311
311
    >>> file_pos = fp.tell()
312
 
    >>> from mailman.app.chains import process
313
312
    >>> process(mlist, msg, {})
314
313
    >>> fp.seek(file_pos)
315
314
    >>> print 'LOG:', fp.read()