summaryrefslogtreecommitdiff
path: root/src/mailman/docs
diff options
context:
space:
mode:
authorBarry Warsaw2011-09-02 14:48:48 -0400
committerBarry Warsaw2011-09-02 14:48:48 -0400
commit340c25de0f8fdd2c4093cf233cd4e999bff52856 (patch)
tree995dfe1ea558d7ce9e8431d0b8d47c4e6c6486ac /src/mailman/docs
parent782f001439572794992e1687dbdacec6f2faa263 (diff)
downloadmailman-340c25de0f8fdd2c4093cf233cd4e999bff52856.tar.gz
mailman-340c25de0f8fdd2c4093cf233cd4e999bff52856.tar.zst
mailman-340c25de0f8fdd2c4093cf233cd4e999bff52856.zip
* Four new events are created, and notifications are sent during domain
lifecycle changes: - DomainCreatingEvent - sent before the domain is created - DomainCreatedEvent - sent after the domain is created - DomainDeletingEvent - sent before the domain is deleted - DomainDeletedEvent - sent after the domain is deleted * Using the above events, when a domain is deleted, associated mailing lists are deleted. (LP: #837526)
Diffstat (limited to 'src/mailman/docs')
-rw-r--r--src/mailman/docs/NEWS.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/src/mailman/docs/NEWS.rst b/src/mailman/docs/NEWS.rst
index 38dc35ab4..2b8a99d28 100644
--- a/src/mailman/docs/NEWS.rst
+++ b/src/mailman/docs/NEWS.rst
@@ -25,9 +25,14 @@ Architecture
- ListCreatedEvent - sent after the mailing list is created
- ListDeletingEvent - sent before the mailing list is deleted
- ListDeletedEvent - sent after the mailing list is deleted
- * Using the above events, when a mailing list is deleted, all its members are
- deleted, as well as all held message requests (but not the held messages
- themselves). (LP: 827036)
+ * Four new events are created, and notifications are sent during domain
+ lifecycle changes:
+ - DomainCreatingEvent - sent before the domain is created
+ - DomainCreatedEvent - sent after the domain is created
+ - DomainDeletingEvent - sent before the domain is deleted
+ - DomainDeletedEvent - sent after the domain is deleted
+ * Using the above events, when a domain is deleted, associated mailing lists
+ are deleted. (LP: #837526)
* IDomain.email_host -> .mail_host (LP: #831660)
* User and Member ids are now proper UUIDs.