diff options
| author | Abhilash Raj | 2015-03-28 18:57:55 +0530 |
|---|---|---|
| committer | Abhilash Raj | 2015-03-28 18:57:55 +0530 |
| commit | 583d0ff8d46555c2ac2a72d9affd7c0e8e236161 (patch) | |
| tree | 10b567c642d29e292eddb8a641389de42d58e450 /src/mailman/commands/docs/create.rst | |
| parent | 381f7ceb2d55179365809bf3b8f98313d9e86099 (diff) | |
| download | mailman-583d0ff8d46555c2ac2a72d9affd7c0e8e236161.tar.gz mailman-583d0ff8d46555c2ac2a72d9affd7c0e8e236161.tar.zst mailman-583d0ff8d46555c2ac2a72d9affd7c0e8e236161.zip | |
Diffstat (limited to 'src/mailman/commands/docs/create.rst')
| -rw-r--r-- | src/mailman/commands/docs/create.rst | 3 |
1 files changed, 1 insertions, 2 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. |
