diff options
| author | Barry Warsaw | 2009-01-03 05:13:41 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-03 05:13:41 -0500 |
| commit | e5a96f14fb0fe8196e7b3ea0306c9f57f45c3110 (patch) | |
| tree | e456327300678100b6cc6dfa625c7bc31a9f34a4 /mailman/pipeline/docs/digests.txt | |
| parent | c0522afd1754c7a18c40c9ebaa6c2ef406929170 (diff) | |
| download | mailman-e5a96f14fb0fe8196e7b3ea0306c9f57f45c3110.tar.gz mailman-e5a96f14fb0fe8196e7b3ea0306c9f57f45c3110.tar.zst mailman-e5a96f14fb0fe8196e7b3ea0306c9f57f45c3110.zip | |
Diffstat (limited to 'mailman/pipeline/docs/digests.txt')
| -rw-r--r-- | mailman/pipeline/docs/digests.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mailman/pipeline/docs/digests.txt b/mailman/pipeline/docs/digests.txt index 7ef82382f..e94f9912f 100644 --- a/mailman/pipeline/docs/digests.txt +++ b/mailman/pipeline/docs/digests.txt @@ -9,7 +9,6 @@ digests, although only two are currently supported: MIME digests and RFC 1153 >>> from mailman.pipeline.to_digest import process >>> mlist = config.db.list_manager.create(u'_xtest@example.com') >>> mlist.preferred_language = u'en' - >>> mlist.web_page_url = u'http://www.example.com/' >>> mlist.real_name = u'XTest' >>> mlist.subject_prefix = u'[_XTest] ' >>> mlist.one_last_digest = set() @@ -126,7 +125,7 @@ digest and an RFC 1153 plain text digest. The size threshold is in KB. _xtest@example.com <BLANKLINE> To subscribe or unsubscribe via the World Wide Web, visit - http://www.example.com/listinfo/_xtest@example.com + http://lists.example.com/listinfo/_xtest@example.com or, via email, send a message with subject or body 'help' to _xtest-request@example.com <BLANKLINE> @@ -276,7 +275,7 @@ digest and an RFC 1153 plain text digest. The size threshold is in KB. _xtest@example.com <BLANKLINE> To subscribe or unsubscribe via the World Wide Web, visit - http://www.example.com/listinfo/_xtest@example.com + http://lists.example.com/listinfo/_xtest@example.com or, via email, send a message with subject or body 'help' to _xtest-request@example.com <BLANKLINE> @@ -464,7 +463,7 @@ Set the digest threshold to zero so that the digests will be sent immediately. _xtest@example.com <BLANKLINE> Pour vous (d=E9s)abonner par le web, consultez - http://www.example.com/listinfo/_xtest@example.com + http://lists.example.com/listinfo/_xtest@example.com <BLANKLINE> ou, par courriel, envoyez un message avec =AB=A0help=A0=BB dans le corps ou dans le sujet =E0 |
