diff options
| author | Barry Warsaw | 2015-04-06 16:07:04 -0400 |
|---|---|---|
| committer | Barry Warsaw | 2015-04-06 16:07:04 -0400 |
| commit | f17be16aeac385854ca9693626027dbd553c2944 (patch) | |
| tree | 1eb6be6826b99159eb7325895347aca8ef8a44b1 /src/mailman/commands/docs | |
| parent | b0a841d634ad5a44b44af17548636e17c38541f1 (diff) | |
| parent | 17fa7ac10ddd6ca0916cdcdd3a5e8c1414e9bcbc (diff) | |
| download | mailman-f17be16aeac385854ca9693626027dbd553c2944.tar.gz mailman-f17be16aeac385854ca9693626027dbd553c2944.tar.zst mailman-f17be16aeac385854ca9693626027dbd553c2944.zip | |
Diffstat (limited to 'src/mailman/commands/docs')
| -rw-r--r-- | src/mailman/commands/docs/create.rst | 3 | ||||
| -rw-r--r-- | src/mailman/commands/docs/membership.rst | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/src/mailman/commands/docs/create.rst b/src/mailman/commands/docs/create.rst index bec4ea8b6..1a5d2a3ab 100644 --- a/src/mailman/commands/docs/create.rst +++ b/src/mailman/commands/docs/create.rst @@ -44,8 +44,7 @@ Now both the domain and the mailing list exist in the database. >>> from mailman.interfaces.domain import IDomainManager >>> getUtility(IDomainManager).get('example.xx') - <Domain example.xx, base_url: http://example.xx, - contact_address: postmaster@example.xx> + <Domain example.xx, base_url: http://example.xx> You can also create mailing lists in existing domains without the auto-creation flag. diff --git a/src/mailman/commands/docs/membership.rst b/src/mailman/commands/docs/membership.rst index a260e930a..bdebba8f7 100644 --- a/src/mailman/commands/docs/membership.rst +++ b/src/mailman/commands/docs/membership.rst @@ -127,7 +127,7 @@ Mailman has sent her the confirmation message. message. If you think you are being maliciously subscribed to the list, or have any other questions, you may contact <BLANKLINE> - postmaster@example.com + alpha-owner@example.com <BLANKLINE> Once Anne confirms her registration, she will be made a member of the mailing |
