summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* ProcessConfirmation(): When doing a Pending.UNSUBSCRIPTION, set whencebwarsaw2002-10-251-1/+6
* create(): Restore a few lines that got accidently deleted in the lastbwarsaw2002-10-251-0/+2
* maybe_forward(): Add a useful URL as suggested by Fil.bwarsaw2002-10-251-0/+4
* create(): Simply return when mlist is None.bwarsaw2002-10-231-5/+5
* process(): If the metadata has an `envsender' key, use that as thebwarsaw2002-10-231-4/+6
* OwnerNotification.__init__(): The signature of the OwnerNotificationbwarsaw2002-10-231-1/+21
* ApprovedDeleteMember(): The signature of the OwnerNotificationbwarsaw2002-10-231-8/+2
* ForwardMessage(): The signature of the OwnerNotification constructorbwarsaw2002-10-231-2/+1
* process(): When holding non-member postings, either because they're onbwarsaw2002-10-221-6/+6
* LogStdErr(): I don't think we really wanted to tee the log output tobwarsaw2002-10-211-19/+21
* send_response(): We have to pass the language into thebwarsaw2002-10-211-1/+2
* pcre: Make the start line regexp even more liberal. Seems like any ofbwarsaw2002-10-211-1/+1
* maybe_forward(): Improve the grammatically anti-good message sent withbwarsaw2002-10-211-3/+3
* GetConfigInfo(): Quick patch for invalid html by Daniel Buchmann.bwarsaw2002-10-211-2/+3
* Create(): include the full posting address in the error message forbwarsaw2002-10-201-2/+3
* __getstate__(), __setstate__(): Get rid of the lock object attributebwarsaw2002-10-201-2/+13
* prefix_subject(): The charsets coming from headerbits can be stringsbwarsaw2002-10-201-0/+2
* __getstate__(self): Never pickle the lock object! I believe thisbwarsaw2002-10-191-0/+6
* Get rid of all the manipulations of the MailList object's lock file.bwarsaw2002-10-191-6/+2
* __writelog(): It turns out to be really helpful to print the stackbwarsaw2002-10-191-1/+4
* prepare_message(): If the newsgroup is moderated, news_moderation is 1bwarsaw2002-10-191-1/+7
* ModeratedNewsgroup: New hold class.bwarsaw2002-10-191-5/+12
* GetConfigInfo(): Added news_moderation variable, which is used tobwarsaw2002-10-191-12/+52
* add_options_table_item(), get_item_gui_value(): Pass the `extra' bitbwarsaw2002-10-191-12/+15
* NewVars(): Pick up news_moderation.bwarsaw2002-10-191-0/+1
* Whitespace normalization.bwarsaw2002-10-191-3/+3
* DATA_FILE_VERSION: Bump to pick up news_moderation.bwarsaw2002-10-191-1/+1
* InitVars(): New config variable news_moderation, which is a 3-way flagbwarsaw2002-10-191-3/+6
* Whitespace normalization.bwarsaw2002-10-191-4/+4
* SendSubscribeAck(), SendUnsubscribeAck(), MailUserPassword(): Sincebwarsaw2002-10-181-3/+3
* Add a work around for the default small stack size on MacOSX.bwarsaw2002-10-181-0/+19
* Whitespace normalizationbwarsaw2002-10-181-3/+3
* intermediatebwarsaw2002-10-181-0/+47
* Whitespace normalization and pychecker fixes.bwarsaw2002-10-181-5/+7
* ScanMessages(): Added the Exchange (MS Exchange) recognizer.bwarsaw2002-10-181-3/+4
* send_digests(): Tokio Kikuchi patch of a bug reported by Chuq thatbwarsaw2002-10-181-5/+5
* prefix_subject(): Do byte string -> unicode string conversionbwarsaw2002-10-171-3/+5
* process(): Two important fixes. First, when adding Cc headers tobwarsaw2002-10-161-16/+26
* Greg Ward and I trade spell checks. :)bwarsaw2002-10-151-1/+1
* ForwardMessage(): Typo. OwnerNotification's don't take a langbwarsaw2002-10-151-1/+0
* process(): If the list is personalized, and the list's posting addressbwarsaw2002-10-151-8/+17
* pycheckerfiedbwarsaw2002-10-151-3/+3
* maybe_forward(): Use the new ForwardMessage() interface.bwarsaw2002-10-151-6/+4
* Remove a useless comment.bwarsaw2002-10-151-1/+0
* Whitespace normalized and pycheckerfied.bwarsaw2002-10-151-13/+12
* process(): I don't think that logging the short circuit to logs/vettebwarsaw2002-10-151-9/+12
* OwnerNotification: New convenience class, derives frombwarsaw2002-10-151-0/+15
* ApprovedDeleteMember(): Use the new OwnerNotification class to sendbwarsaw2002-10-151-3/+4
* ForwardMessage(): Change the signature a bit to use the newbwarsaw2002-10-151-7/+6
* __init__(): Somehow the archiver was unlocking the list at an oddbwarsaw2002-10-151-1/+1