diff options
| author | Barry Warsaw | 2014-01-06 22:43:59 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2014-01-06 22:43:59 -0500 |
| commit | d5aac006b6eed59999029605b037c6202fcf395e (patch) | |
| tree | 799a41026ea1e93c91b3130b734b72c9c8890d0c /src/mailman/runners/docs | |
| parent | 2fa21e92d57f05488bad732a4da3fb5131ee1ca1 (diff) | |
| download | mailman-d5aac006b6eed59999029605b037c6202fcf395e.tar.gz mailman-d5aac006b6eed59999029605b037c6202fcf395e.tar.zst mailman-d5aac006b6eed59999029605b037c6202fcf395e.zip | |
Diffstat (limited to 'src/mailman/runners/docs')
| -rw-r--r-- | src/mailman/runners/docs/digester.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman/runners/docs/digester.rst b/src/mailman/runners/docs/digester.rst index d0231a895..96e8739e3 100644 --- a/src/mailman/runners/docs/digester.rst +++ b/src/mailman/runners/docs/digester.rst @@ -10,6 +10,7 @@ starts by a number of messages being posted to the mailing list. >>> mlist.digest_size_threshold = 0.6 >>> mlist.volume = 1 >>> mlist.next_digest_number = 1 + >>> mlist.send_welcome_message = False >>> from string import Template >>> process = config.handlers['to-digest'].process |
