summaryrefslogtreecommitdiff
path: root/scripts (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't need to check whether the list is locked before doing the unlockklm1998-07-171-2/+1
* Check for existing lock before unlocking.klm1998-07-151-2/+2
* StampedLogger now comes out of the Mailman.Logging.StampedLoggerbwarsaw1998-07-065-13/+15
* Use the new Mailman.Logging package to provide better logging onbwarsaw1998-07-021-20/+23
* Packagizedbwarsaw1998-06-196-56/+71
* New CGI driver script that attempts to import the real script from thebwarsaw1998-06-191-0/+147
* MAILDIR => SCRIPTSDIRbwarsaw1998-06-191-3/+3
* Add Unlock() calls where appropriate, and add lock = 0 to MailListviega1998-06-131-3/+1
* Modified post to take a second optional argument. If the second argumentviega1998-05-311-2/+7
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-9/+8
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-264-22/+12