summaryrefslogtreecommitdiff
path: root/filters (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove this so the whole filter directory can get removed with a "cvs up -P"bwarsaw2001-09-171-1/+0
|
* These are old and broken, and no longer necessary/supported.bwarsaw2001-09-072-103/+0
|
* Several changes in support of David Champion's SF patch #101331.bwarsaw2000-09-221-1/+2
| | | | | | | Specifically, FILTERSDIR is relative to VAR_PREFIX (site administrators can add their own filter programs).
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
|
* VERSION is no longer set in configure because it's too hard tobwarsaw1999-01-151-2/+0
| | | | | | | | | | | | propagate version string changes to the public (you have to autoreconf, then reconfigure and reinstall). Now, VERSION is set directory in Defaults.py.in and the Release.py script updates that file directly. Now we just need to run ./config.status and do a re-install. I hope this will make things easier. I'm also bumping the version to 1.0b8, so I can do a release tomorrow.
* make finishbwarsaw1998-10-201-0/+2
|
* Ignore the Makefilebwarsaw1998-05-261-0/+1
|
* Autoconf template for this directory's Makefile.bwarsaw1998-05-261-0/+69
|
* 1. Use the standard Python invocation #! line to get the interpreterbwarsaw1998-05-261-1/+2
| | | | | | | | | 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).
* Fixed a typo in the zipcode.viega1998-05-261-1/+1
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-0/+15
| | | | | | | 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?)
* Initial revisionmailman1998-02-271-0/+17