| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| | | |||||
| * | main(): set the `torequest' attribute to 1 on the message object. | bwarsaw | 2000-02-26 | 1 | -0/+1 |
| | | |||||
| * | Port to the new way of handling messages. Also we don't send email | bwarsaw | 1999-12-16 | 1 | -18/+18 |
| | | | | | | when the alias is misconfigured. This will just naturally happen in the error logs. | ||||
| * | Post last-minute bug - unexercised 'import mm_cfg' finally was | klm | 1998-11-07 | 1 | -1/+1 |
| | | | | | exercised - doesn't work. 'from Mailman import mm_cfg'. | ||||
| * | Removed obsolete import of StampedLogger. | klm | 1998-08-03 | 1 | -1/+0 |
| | | |||||
| * | Use simplified LogStdErr() call to enable error logging from this | klm | 1998-07-23 | 1 | -6/+2 |
| | | | | | module all the time. | ||||
| * | StampedLogger now comes out of the Mailman.Logging.StampedLogger | bwarsaw | 1998-07-06 | 1 | -2/+3 |
| | | | | | | module (we should really create a mail driver similar to the CGI driver). | ||||
| * | Packagized | bwarsaw | 1998-06-19 | 1 | -14/+16 |
| | | |||||
| * | 1. Use the standard Python invocation #! line to get the interpreter | bwarsaw | 1998-05-26 | 1 | -6/+3 |
| | | | | | | | | | | | | from $PATH 2. Do no direct sys.path munging in this file. Import the `paths' module, which is created during the configure process, and which performs all necessary path munging (and exports some useful variables too). 3. Remove RCS crud | ||||
| * | Fixed a typo in the zipcode. | viega | 1998-05-26 | 1 | -2/+2 |
| | | |||||
| * | Added copyright notices to all source files where I am legally entitled to ↵ | viega | 1998-05-25 | 1 | -1/+16 |
| | | | | | | | | do so. Added a copy of the GNU GPL. Added information about mailman-users in README, and reworded some text in there (made the credits less verbose... perhaps they should move to a credits file?) | ||||
| * | Preparing to package a distribution - add a module docstring and | mailman | 1998-04-09 | 1 | -0/+3 |
| | | | | | __version__ info. | ||||
| * | Using StampedLogger (to logs/error) for stderr, for debugging. | klm | 1998-03-30 | 1 | -6/+8 |
| | | | | | Refined module doc string a bit. | ||||
| * | Substitute logging (via mm_utils.StampedLogger()) instead of | mailman | 1998-03-27 | 1 | -8/+24 |
| | | | | | | | | | | | substituting a file (which, if it's unwritable, crashes mailman) for stderr. Send a notice to mailman owner when a list has an email alias, but does not exist - i.e. email makes it to the wrapper script, etc. Turn the comment at the top to a module docstring. | ||||
| * | Initial revision | mailman | 1998-02-26 | 1 | -0/+24 |
