summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
...
* main(): Takes no arguments.bwarsaw2000-05-222-2/+2
* Robustification of handling mail commands. If any of the followingbwarsaw2000-05-092-8/+44
* Robustification of posting. If any of the following fails -- the listbwarsaw2000-05-082-20/+56
* Robustification of posting. If any of the following fails -- the listbwarsaw2000-05-081-38/+53
* print_environment(): Reveal even more secrets about Mailman'sbwarsaw2000-04-061-7/+37
* run_main(): During call to the Cgi's main routine, set sys.stderr tobwarsaw2000-04-041-7/+5
* Removed the debugging messages from the main script.bwarsaw2000-03-281-3/+3
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-217-7/+7
* Remove the commented out extended open() function, since Python 1.5.2bwarsaw2000-03-211-30/+5
* main(): set the `torequest' attribute to 1 on the message object.bwarsaw2000-02-262-0/+2
* main(): Removed debugging hack (adding the MAILMAN_OWNER to the listbwarsaw2000-02-192-2/+6
* Be sure to reprime the stderr logger so we get a timestamp on thebwarsaw1999-12-251-0/+1
* Added some logging so we can try to figure out why some posts arebwarsaw1999-12-221-0/+2
* Port to the new way of handling messages. Also we don't send emailbwarsaw1999-12-162-36/+36
* Must read stdin into a StringIO object so that its seekable, sincebwarsaw1999-12-141-1/+3
* Port to the new bounce handling architecture.bwarsaw1999-12-092-8/+38
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-74/+48
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-242-32/+40
* Use convenience StringIO modulebwarsaw1999-11-101-5/+1
* Several changes to use the new Message objects and interface tobwarsaw1999-11-101-6/+13
* Use the new Mailman.Message.Message objects for the incoming messagebwarsaw1999-11-103-3/+3
* eradicate "maillist" as a nounbwarsaw1999-05-052-2/+2
* current_list => mlistbwarsaw1999-05-032-16/+12
* Post(): New policy for message loops (e.g. messages that show up atbwarsaw1999-04-161-14/+23
* tmp_prevent_gate attribute on the MailList objects is gone!bwarsaw1999-03-061-4/+12
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
* Changes to workaround some bogus clients which either don't include abwarsaw1999-01-081-0/+10
* print_traceback(): A few changes to get the Mailman version numberbwarsaw1999-01-071-2/+10
* move the import of Mailman.Utils.reraise into the debugging-open()bwarsaw1998-12-101-13/+13
* Post last-minute bug - unexercised 'import mm_cfg' finally wasklm1998-11-072-2/+2
* open(): in the debugging version, use Mailman.Utils.reraise() tobwarsaw1998-11-031-4/+3
* make finishbwarsaw1998-10-201-0/+2
* Added DeliverToOwner to Deliverer class in Deliverer.py that passescotton1998-10-012-2/+4
* Use Util.maketext() and move post held message intobwarsaw1998-08-291-16/+8
* SendTextToUser() no longer takes a raw argumentbwarsaw1998-08-291-2/+1
* Changing policy about when notifications are sent for posts held forklm1998-08-131-6/+2
* What about this one?bwarsaw1998-08-041-1/+1
* Sighbwarsaw1998-08-041-1/+1
* Another trivial rsync related changebwarsaw1998-08-041-1/+1
* One more timebwarsaw1998-08-031-3/+4
* Guess again :-)bwarsaw1998-08-031-2/+2
* Contrived change (to test rsync'ing)bwarsaw1998-08-031-1/+1
* open(): put filename on the e object as an attribute to mimic the waybwarsaw1998-08-031-0/+1
* Using new, tidy mechanism for getting putting a StampedLogger onklm1998-08-031-7/+2
* Removed obsolete import of StampedLogger.klm1998-08-032-2/+0
* Very substantially rewritten. The old driver script let too manybwarsaw1998-07-311-60/+100
* Not sure why this was missing...bwarsaw1998-07-311-0/+1
* run_main(): initialize logger and multi to sys.stderr. This is inbwarsaw1998-07-291-0/+5
* Use simplified LogStdErr() call to enable error logging from thisklm1998-07-232-12/+4
* Added a useful debugging hack (commented out).bwarsaw1998-07-221-0/+21