~barry/mailman/events-and-web

« back to all changes in this revision

Viewing changes to src/mailman/docs/NEWS.rst

  • Committer: Barry Warsaw
  • Date: 2012-10-16 22:40:12 UTC
  • Revision ID: barry@list.org-20121016224012-xxrd5zgkwdrmh9y4
Database
--------
 * The `ban` table now uses list-ids to cross-reference the mailing list,
   since these cannot change even if the mailing list is moved or renamed.

Interfaces
----------
 * The `IBanManager` is no longer a global utility.  Instead, you adapt an
   `IMailingList` to an `IBanManager` to manage the bans for a specific
   mailing list.  To manage the global bans, adapt ``None``.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
   unverify an address more than once, but verifying an already verified
30
30
   address does not change its `.verified_on` date.  (LP: #1054730)
31
31
 
 
32
Database
 
33
--------
 
34
 * The `ban` table now uses list-ids to cross-reference the mailing list,
 
35
   since these cannot change even if the mailing list is moved or renamed.
 
36
 
 
37
Interfaces
 
38
----------
 
39
 * The `IBanManager` is no longer a global utility.  Instead, you adapt an
 
40
   `IMailingList` to an `IBanManager` to manage the bans for a specific
 
41
   mailing list.  To manage the global bans, adapt ``None``.
 
42
 
32
43
Integration
33
44
-----------
34
45
 * Added support for Postfix `relay_domains` setting for better virtual domain