summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* process(): Correct typo: "multipart" -> "multipart/alternative".bwarsaw2002-08-151-5/+1
* GetConfigInfo(): Add a note that you probably will want to addbwarsaw2002-08-151-1/+5
* NewVars(): pass_mime_types needs to get its value from the mm_cfgbwarsaw2002-08-151-1/+1
* InitVars(): Added pass_mime_types.bwarsaw2002-08-151-9/+10
* DEFAULT_PASS_MIME_TYPES: Default value for pass_mime_types.bwarsaw2002-08-151-5/+8
* DATA_FILE_VERSION: Bump to pick up pass_mime_types.bwarsaw2002-08-152-8/+8
* process(): Add support for a whitelisting feature contributed by Danbwarsaw2002-08-151-32/+58
* Whitespace normalization.bwarsaw2002-08-151-3/+3
* GetConfigInfo(): Rewrite large portions of this text to give morebwarsaw2002-08-151-18/+51
* handleForm(): A `return' should have been a `continue'. This fixesbwarsaw2002-08-141-1/+1
* options_help(): When displaying a variable detail, use the humanbwarsaw2002-08-141-1/+2
* VERSION: Set to 2.1b3+bwarsaw2002-08-131-1/+1
* Rework the directory layout for attachments. There were two problemsbwarsaw2002-08-131-40/+63
* process(): Mentor Cana reports a crash when the subject header is anbwarsaw2002-08-101-10/+4
* prefix_subject(): Elaborate a comment.bwarsaw2002-08-091-1/+3
* encode_p(): New helper function.bwarsaw2002-08-091-3/+29
* GetConfigInfo(): Add description of encode_ascii_prefixes.bwarsaw2002-08-091-0/+25
* NewVars(): Add encode_ascii_prefixes if missing.bwarsaw2002-08-091-0/+6
* DATA_FILE_VERSION: Bump to pick up encode_ascii_prefixes.bwarsaw2002-08-091-1/+1
* InitVars(): Set the new config variable encode_ascii_prefixes whichbwarsaw2002-08-091-0/+6
* Get ready for 2.1b3 release.bwarsaw2002-08-091-2/+2
* subscription_prompt(): Don't provide the choice of digests orbwarsaw2002-08-091-3/+6
* __oneloop(): Renamed to _oneloop() -- i.e. single leading underscore,bwarsaw2002-08-091-6/+6
* makealiases(): Renamed _makealiases_mailprog() for classic mailbwarsaw2002-08-091-1/+25
* OWNER_PIPELINE: Moved to here from scripts/owner.bwarsaw2002-08-091-3/+23
* intermediatebwarsaw2002-08-091-0/+184
* Make Pychecker happy and do some whitespace normalization.bwarsaw2002-08-081-2/+2
* SENDER_HEADERS: The list of headers that Message.get_senders()bwarsaw2002-08-061-0/+7
* get_senders(): Move the list of headers to consult to Defaults.py.inbwarsaw2002-08-061-1/+1
* bulkdeliver(): I forgot to check this in. Fixes a problem whenbwarsaw2002-08-041-1/+2
* process(): If the metadata already has a `verp' flag set, preservebwarsaw2002-08-041-1/+6
* FormatDisabledNotice(): Include in bounce reasons, the date of thebwarsaw2002-08-021-1/+5
* sendNextNotification(): Include in bounce reasons, the date of thebwarsaw2002-08-021-5/+11
* UpdateOldVars(): Rewrite how the old variables `moderated', `posters',bwarsaw2002-08-011-40/+94
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-0/+6
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-1/+1
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-2/+3
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-1/+11
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-0/+1
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-1/+1
* Allow postings gatewayed to Usenet to inhibit the Subject: fieldbwarsaw2002-07-311-0/+1
* Brazilian Portuguese <> Portguese Portuguese.bwarsaw2002-07-301-1/+1
* Added pt, Portuguesebwarsaw2002-07-261-0/+1
* subscription_prompt(): Slightly better alignment of buttons inbwarsaw2002-07-261-2/+1
* __handlepost(): It's possible that the forward-to field in the admindbbwarsaw2002-07-261-5/+17
* __setstate__(): If you had messages in your qfiles directory betweenbwarsaw2002-07-261-1/+11
* subject_prefix(): We're using email 2.2 now so we can remove thebwarsaw2002-07-261-3/+0
* _dispose(): Two fixes, related to Daniel Buchmann's report about SFbwarsaw2002-07-251-13/+17
* _postValidate(): Ensure that if gatewaying (in either direction) isbwarsaw2002-07-241-0/+16
* Authenticate(): SF bug # 585776 complains that crypt.crypt() can raisebwarsaw2002-07-241-2/+14