summaryrefslogtreecommitdiff
path: root/scripts/mailcmd
Commit message (Collapse)AuthorAgeFilesLines
* Post last-minute bug - unexercised 'import mm_cfg' finally wasklm1998-11-071-1/+1
| | | | exercised - doesn't work. 'from Mailman import mm_cfg'.
* Removed obsolete import of StampedLogger.klm1998-08-031-1/+0
|
* Use simplified LogStdErr() call to enable error logging from thisklm1998-07-231-6/+2
| | | | module all the time.
* StampedLogger now comes out of the Mailman.Logging.StampedLoggerbwarsaw1998-07-061-2/+3
| | | | | module (we should really create a mail driver similar to the CGI driver).
* Packagizedbwarsaw1998-06-191-14/+16
|
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-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.viega1998-05-261-2/+2
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-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 andmailman1998-04-091-0/+3
| | | | __version__ info.
* Using StampedLogger (to logs/error) for stderr, for debugging.klm1998-03-301-6/+8
| | | | Refined module doc string a bit.
* Substitute logging (via mm_utils.StampedLogger()) instead ofmailman1998-03-271-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 revisionmailman1998-02-261-0/+24