summaryrefslogtreecommitdiff
path: root/Mailman
Commit message (Expand)AuthorAgeFilesLines
...
* __handlepost(): Use .attach() instead of .set_payload() to attach thebwarsaw2002-07-241-1/+1
* main(): When there are no more pending requests, include a reloadbwarsaw2002-07-241-0/+3
* prefix_subject(): This should fix Fil's duplicate encoding problem.bwarsaw2002-07-231-7/+13
* process(): Implement a suggestion by David W. Tamkin on list-managersbwarsaw2002-07-171-22/+24
* Some Pychecker suggested cleanupsbwarsaw2002-07-171-4/+3
* Need to import "email"bwarsaw2002-07-131-0/+1
* process(): Calculate the message content type once, falling back tobwarsaw2002-07-121-4/+5
* _factory(): Removed as obsolete.bwarsaw2002-07-121-10/+1
* Simplify the configure checks for the mail host and url hostbwarsaw2002-07-111-2/+2
* send_i18n_digests(): Let's generate MIME digests the correct way, bybwarsaw2002-07-111-5/+9
* find_textplain(): Don't recurse if the payload isn't a Messagebwarsaw2002-07-111-1/+4
* process(): Simply by just taking the first text/plain part.bwarsaw2002-07-111-2/+1
* ApprovedChangeMemberAddress(): Watch out for situations where the newbwarsaw2002-07-111-1/+6
* main(): Fixes for requesting a change of address where the new addressbwarsaw2002-07-111-5/+27
* ModeratedMemberPost: Reword the reason for doing this hold.bwarsaw2002-07-091-1/+1
* process(): Fix for confusing "you were subscribed and yourbwarsaw2002-07-091-3/+11
* autorespondToSender(): Implement MAX_AUTORESPONSES_PER_DAY = 0 meansbwarsaw2002-07-091-0/+3
* Document that MAX_AUTORESPONSES_PER_DAY = 0 means there's no limitbwarsaw2002-07-091-1/+2
* GetStandardReplacements(): Patch by Juan Carlos Rey Anaya to fix i18nbwarsaw2002-07-031-1/+1
* sendNextNotification(): Fixed typo discovered by Jon Parise and Danbwarsaw2002-06-301-1/+1
* MailUserPassword(): Missed a conversion to MemberAdaptor. Found bybwarsaw2002-06-291-1/+1
* Add the `nl' (Dutch) language specification.bwarsaw2002-06-281-0/+1
* InviteNewMember(): Prepend any text given in the mass subscribe pagebwarsaw2002-05-281-5/+13
* SendSubscribeAck(): Prepend any text given in the mass subscribe pagebwarsaw2002-05-281-2/+2
* mass_subscribe(), change_options(): Add a text box on the massbwarsaw2002-05-281-2/+12
* FormatSubscriptionMsg(): Fix missing space. Closes bug #555065 bybwarsaw2002-05-281-2/+4
* make_response() -> send_response()bwarsaw2002-05-281-5/+15
* ackp(): New helper function.bwarsaw2002-05-281-1/+11
* Bump the DATA_FILE_VERSION and add hold_and_cmd_autoresponses if it'sbwarsaw2002-05-282-1/+2
* midnight(): New utility function to calculate the epoch seconds of abwarsaw2002-05-281-0/+9
* InitVars(): Add a new attribute hold_and_cmd_autoresponses which is abwarsaw2002-05-281-0/+46
* New site-wide variable MAX_AUTORESPONSES_PER_DAY which sets the limitbwarsaw2002-05-281-0/+8
* Some hacks to support notification of disabled delivery for reasonsbwarsaw2002-05-281-6/+31
* _getValidValue(): Widget types EmailList and EmailListEx may alreadybwarsaw2002-05-251-0/+6
* get_item_gui_value(): Removed an unused local variable.bwarsaw2002-05-251-1/+0
* VIRTUAL_HOST_OVERVIEW: Fixed misleading comment. The admin overviewsbwarsaw2002-05-241-3/+3
* _get_pipeline(): We don't need to send virgin messages through thebwarsaw2002-05-221-1/+1
* _dispose(): Send the message through the Replybot handler so -requestbwarsaw2002-05-221-3/+6
* process(): toadmin and the -admin address are deprecated.bwarsaw2002-05-221-4/+5
* GetConfigInfo(): The -admin address is deprecated.bwarsaw2002-05-221-6/+5
* QuoteHyperChars() -> websafe()bwarsaw2002-05-2214-37/+34
* process(): Use Precedence: list instead of bulk for mail list explodedbwarsaw2002-05-221-17/+8
* UserNotification.send(): If the message doesn't already have abwarsaw2002-05-221-0/+5
* get_senders(): Two fixes: first, make sure the unixfrom addition is abwarsaw2002-05-221-4/+4
* _dispose(): Inhibit replybot when Precedence: is any of bulk, junk, orbwarsaw2002-05-221-2/+2
* process(): Inhibit replybot when Precedence: is any of bulk, junk, orbwarsaw2002-05-221-1/+2
* GetRequestURI(): Always cgi.escape() the url retrieved from thebwarsaw2002-05-201-5/+10
* process(), _dispose(): Where we were testing Precedence: againstbwarsaw2002-05-192-4/+5
* SMART_ADDRESS_MATCH: No longer used anywhere.bwarsaw2002-05-171-11/+4
* __handlepost(): Use localtime for the X-Mailman-Approved-At: header.bwarsaw2002-05-171-1/+1