summaryrefslogtreecommitdiff
path: root/scripts/owner
Commit message (Collapse)AuthorAgeFilesLines
* Port to the new bounce handling architecture.bwarsaw1999-12-091-4/+19
|
* Convert message delivery to pipeline architecture by usingbwarsaw1999-11-241-16/+20
| | | | | | | | | HandlerAPI.DeliverToUser() for fast track delivery of the welcome messages. Stick everything in a main(). Simplify error reporting by using Mailman.Logging.Utils.LogStdErr
* Use the new Mailman.Message.Message objects for the incoming messagebwarsaw1999-11-101-1/+1
|
* eradicate "maillist" as a nounbwarsaw1999-05-051-1/+1
|
* current_list => mlistbwarsaw1999-05-031-8/+6
| | | | comment clarification
* Added DeliverToOwner to Deliverer class in Deliverer.py that passescotton1998-10-011-1/+2
| | | | | | | | | | a message to the -admin address to the owners untouched and with the sender of the original message Added a GetEnvelopeSender method to Message.py that attempts to find the envelope sender from a messages's unix from line for use by DeliverToOwner changed the mailowner script to use DeliverToOwner method instead of the DeliverToList method scott
* StampedLogger now comes out of the Mailman.Logging.StampedLoggerbwarsaw1998-07-061-3/+3
| | | | | module (we should really create a mail driver similar to the CGI driver).
* Packagizedbwarsaw1998-06-191-6/+9
|
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-5/+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?)
* Whoops - mailowner was still trying to open a file in /tmp for loggingklm1998-04-101-5/+8
| | | | (and crashandburning when that file existed and was unwritable).
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-4/+10
| | | | __version__ info.
* Initial revisionmailman1998-02-271-0/+26