summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Experimental Gunicorn support.Barry Warsaw2017-02-101-0/+61
|
* Add a README for contributions.Barry Warsaw2016-02-261-0/+16
|
* Add documentation on interfacing with qmailThomas Schneider2016-02-251-0/+30
| | | | Signed-off-by: Thomas Schneider <qsuscs@qsuscs.de>
* The current contrib directory is not really compatible or appropriate forBarry Warsaw2011-06-1614-2535/+0
| | | | Mailman 3. Maybe it'll come back later.
* checkpointingBarry Warsaw2010-08-071-0/+60
|
* Fixed bug # 1660666.msapiro2007-02-151-3/+4
|
* Update copyright years.bwarsaw2007-01-192-3/+4
|
* Added note from Kevin McNamee. Renamed from mm-handler.readme.msapiro2006-02-201-1/+65
|
* Update Brad Knowles' mailman daily status report to version 0.0.16.msapiro2006-01-292-33/+139
|
* mmdsr.readme -> README.mmdsrbwarsaw2005-12-301-0/+35
|
* mmdsr.readme -> README.mmdsrbwarsaw2005-12-301-35/+0
|
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-24/+26
|
* Initial Mailman Daily Status Report script.msapiro2005-12-252-0/+509
|
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-273-3/+3
|
* A couple of fixes as identified by Rostyk Ivantsiv, but mostlybwarsaw2003-02-191-5/+6
| | | | | | | | | untested. Whitespace normalization, along with an indentation fix. chown() call still used MAILMAN_GID but that variable is gone now. Instead, use grp.getgrnam() to get the gid from MAILMAN_GROUP.
* Application of patch #682573 by Matthias Juchem.bwarsaw2003-02-081-1/+2
|
* Matthias Juchem's patch # 645422 to use @prefix@ instead of hardcodedbwarsaw2002-12-241-2/+2
| | | | | | $prefix. Additional patch by Barry to use @PYTHON@
* Patch set for SF bug #596565. Use symbolic user/group names insteadbwarsaw2002-08-231-70/+77
| | | | | | | | | | | | | | of numeric ids. Initial idea and patch by Todd Vierling, fleshed out by Barry. Specific changes here: MAILMAN_UID -> MAILMAN_USER MAILMAN_GID -> MAILMAN_GROUP Note that this change is a pure textual substitution and eyeballing. I don't have a way to test this file, so would appreciate someone else looking at it and verifying the changes.
* Bill Wagner points out that MailmanHome is now /usr/local/mailmanbwarsaw2002-04-051-2/+2
|
* Merged in contributed updates by Ron Jarrell to work with MM2.1bwarsaw2002-04-051-18/+31
| | | | | | | | | | | | | | | | better. Barry - dgc's mm-handler isn't prepared to handle 2.1; it's using the old structure for aliases. Not surprisingly. However, since it's referenced in the docs as a sendmail solution, it'll probably surprise some people who try it, when things go majorly foobar (even the wrapper script name is wrong.) Ok. Diff against cvs again. Handles the VERP tokens just fine. If I wasn't *still* here fiddling at 7am it'd probably be a tad more elegant, but it work. :)
* Merge Ben's changes:bwarsaw2002-04-051-3/+6
| | | | | | With the new wrapper script and list types, contrib/qmail-to-mailman.py needed a little bump to be able to automatically manage mailing lists with -join, -leave, etc. suffixes.
* main(): mail/wrapper has been renamed to mail/mailmanbwarsaw2002-04-051-2/+2
|
* Update copyright years.bwarsaw2002-03-162-2/+2
|
* A Majordomo -> Mailman 2.0 conversion script by Heiko Rommel. Thisbwarsaw2002-03-081-0/+691
| | | | probably needs porting to MM2.1.
* Marc MERLIN's update for the wrapper renaming.bwarsaw2002-03-071-1/+1
|
* Fix copyright yearsbwarsaw2002-01-011-1/+1
|
* Marc MERLIN's new recipes for secure Linuxes replaces these two files.bwarsaw2002-01-012-146/+0
|
* New updates by Marc MERLIN for hints on getting Mailman to run onbwarsaw2002-01-012-0/+187
| | | | secure Linuxes (Lini? :).
* David Champion's contribution for better Sendmail/Mailman integrationbwarsaw2001-10-274-0/+554
|
* Fix this to check the config.pck and config.pck.last files too (I think).bwarsaw2001-10-041-5/+5
|
* Since these scripts are always run from the wrapper, they don't need abwarsaw2001-09-071-1/+1
| | | | #! line.
* Ben Gertzfield's patch to hardcode the path to the python executablebwarsaw2001-09-073-3/+3
| | | | | | | | | | | | | into the script's #! line -- based on --with-python settings, without losing CVS revision history. #! /usr/bin/env python becomes #! @PYTHON@ which gets substituted for in configure.
* Instead of using MAILMAN_OWNER, use Utils.get_site_email(). Thebwarsaw2001-08-041-2/+4
| | | | former config variable is going away.
* main(): Be sure to set the _plaintext message metadata key to informbwarsaw2001-06-271-0/+1
| | | | | the Switchboard that it should save the message as plain text and not as a pickle.
* main(): Set the message metadata `received_time' to the current time.bwarsaw2001-05-011-1/+5
| | | | | Note that ToArchive.py will set this if it isn't present in the metadata already, however that might incur hold and other delays.
* Forward-port of Marc Merlin's securelinux_fix.py additions frombwarsaw2001-03-181-8/+6
| | | | Mailman 2.0.3.
* Marc Merlin's README describing his script to fix the Openwall restrictions.bwarsaw2001-03-121-0/+12
|
* Convert to using the new switchboard interface.bwarsaw2001-02-151-7/+4
|
* main(): Some fixes to handle situations such as sending directly tobwarsaw2000-12-201-8/+27
| | | | | | the non-extension address, and for handling listnames with dashes in them. Also, do better matching of incoming message's target domain with the list's domain.
* intermediatebwarsaw2000-12-081-1/+4
|
* Script which can be used to make Postfix automatically recognize newbwarsaw2000-12-081-0/+92
| | | | mailing lists.
* Applied patch by Tanner Lovelace to fix non-lower-case list names inbwarsaw2000-11-161-0/+1
| | | | the email address. Closes bug #122358 and patch #102373.
* Updated to Marc MERLIN's latest version, which adds setgid() calls.bwarsaw2000-11-091-15/+17
| | | | | Minor edits by Barry to the docstring, and fixed one typo (missing parens in an fp.close() call).
* A simple README for the contrib directory.bwarsaw2000-11-011-0/+4
|
* Marc Merlin's contributed script to provide support for Linux andbwarsaw2000-10-311-0/+134
| | | | restricted hardlinks. Unsupported. Closes SF patch #101812.
* Contributed by Sean Reifschneider. Closes SF patch #101847.bwarsaw2000-10-231-0/+101
|
* SF Patch #101845 by Sean Reifschneider to add the "preline" call.bwarsaw2000-10-201-1/+4
|
* untabifybwarsaw1999-03-201-2/+2
|
* Contribution by Bruce Perens -- cleaned for style by bwarsawbwarsaw1999-03-201-0/+108