summaryrefslogtreecommitdiff
path: root/src/mailman/mta/docs/decorating.txt
Commit message (Collapse)AuthorAgeFilesLines
* Finally, all doctests are named .rstBarry Warsaw2011-09-231-203/+0
|
* Refactor .subscribe() from IAddress to IMailingList.Barry Warsaw2011-04-161-3/+3
|
* encrypt_password(): New convenience function for ensuring that a password isBarry Warsaw2011-04-081-3/+3
| | | | | | | | | | | | | | | both encrypted according to a scheme, and a bytes object. add_member(): Use encrypt_password(). cli_members: Give the user a default, user-friendly password. Of course, this will be encrypted so it can't be retrieved, but it can be reset. Passwords are stored as bytes objects, not unicode now. ConfigLayer: Set the default test password scheme to cleartext. General test repair.
* Last of the documentation fixes.Barry Warsaw2010-09-151-1/+5
|
* No longer touch the Sender or Errors-To headers. We can no longer justifyBarry Warsaw2010-06-291-12/+0
| | | | | setting these based on RFC 5322, and modern MTAs no longer need us to do so for proper bounce processing.
* smtp_direct.py is dead and gone.Barry Warsaw2009-11-031-6/+18
|
* Use 'nodecorate' instead.Barry Warsaw2009-11-021-1/+1
|
* Decorate a message only once.Barry Warsaw2009-11-021-0/+48
|
* Add decorations.Barry Warsaw2009-11-011-0/+151
s/recips/recipients/