~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/config/mailman.cfg

  • Committer: Barry Warsaw
  • Date: 2012-03-31 10:51:42 UTC
  • mto: This revision was merged to the branch mainline in revision 7140.
  • Revision ID: barry@list.org-20120331105142-tq8akrvi9lbq50hw
 * The `news` runner and queue has been renamed to the more accurate `nntp`.
   Beta testers can can safely remove `$var_dir/queue/news`.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
[runner.lmtp]
62
62
class: mailman.runners.lmtp.LMTPRunner
63
63
 
64
 
[runner.news]
65
 
class: mailman.runners.news.NewsRunner
 
64
[runner.nntp]
 
65
class: mailman.runners.nntp.NNTPRunner
66
66
 
67
67
[runner.out]
68
68
class: mailman.runners.outgoing.OutgoingRunner