| Commit message (Expand) | Author | Age | Files | Lines |
| * | VERSION is no longer set in configure because it's too hard to | bwarsaw | 1999-01-15 | 1 | -2/+0 |
| * | On some RedHat Linuxes, there appears to be a problem with some crons | bwarsaw | 1999-01-13 | 8 | -0/+32 |
| * | Significantly rewritten to handle many lurking bugs. | bwarsaw | 1998-12-18 | 1 | -32/+85 |
| * | added os._exit(0) at end of for loop, to prevent forking too many | cotton | 1998-11-09 | 1 | -0/+6 |
| * | main(): A small kludge to ensure that we use an advertised list, if | klm | 1998-11-01 | 1 | -1/+5 |
| * | Removed inappropriate comment (apparent residue from incomplete | klm | 1998-11-01 | 1 | -6/+2 |
| * | make finish | bwarsaw | 1998-10-20 | 1 | -0/+2 |
| * | Using new routine to identify the admin address for a member, | klm | 1998-10-17 | 1 | -6/+1 |
| * | main(): When the list is an umbrella list for other lists, the | klm | 1998-10-17 | 1 | -3/+5 |
| * | Nagy's distclean patch. removes some files that should have been | cotton | 1998-10-09 | 1 | -1/+1 |
| * | Be a bit verbose when optional subscriber target list is specified - | klm | 1998-09-09 | 1 | -3/+12 |
| * | Take an optional argument specifying target subscribers, and when | klm | 1998-09-09 | 1 | -2/+6 |
| * | Add "Precedence: bulk" header to password reminders, so they don't | klm | 1998-08-14 | 1 | -1/+2 |
| * | Add "Precedence: bulk" header to password reminders, so they don't | klm | 1998-08-14 | 1 | -1/+2 |
| * | George Bush sez: "blank lines... bad!" | bwarsaw | 1998-07-23 | 1 | -2/+2 |
| * | With recent maketext() (wrap()) fixes, we can just append the list of | klm | 1998-07-23 | 1 | -3/+6 |
| * | Wrapped the call to smtplib with some queueing code. | viega | 1998-07-20 | 3 | -1/+35 |
| * | Account for Makefile. (I don't know whether .cvsignore should be | klm | 1998-07-17 | 1 | -1/+1 |
| * | Moved the notice text to a new template, for use with 'maketext'. | klm | 1998-07-17 | 1 | -13/+9 |
| * | Another file where the from line was oddly missing the "import" part of | viega | 1998-07-07 | 1 | -2/+2 |
| * | Whoops, forgot the packagization had happened, should have been: | viega | 1998-07-07 | 1 | -1/+1 |
| * | Somehow "import mm_cfg" got changed to "from mm_cfg". | viega | 1998-07-07 | 1 | -1/+1 |
| * | MailAllPasswords(): Put the table at the bottom of the message so the | bwarsaw | 1998-07-06 | 1 | -3/+3 |
| * | Moved the raw flag to the maketext() call | bwarsaw | 1998-07-06 | 1 | -3/+2 |
| * | More provisions to prevent exhausting the processes queue. We do a | klm | 1998-07-02 | 1 | -5/+27 |
| * | Packagized | bwarsaw | 1998-06-19 | 7 | -51/+44 |
| * | Add Unlock() calls where appropriate, and add lock = 0 to MailList | viega | 1998-06-13 | 3 | -12/+3 |
| * | Skip lists where send_reminders is 0. | viega | 1998-06-12 | 1 | -0/+2 |
| * | Eliminate the blank line by using a comment character instead. | bwarsaw | 1998-06-05 | 1 | -1/+1 |
| * | Updated calls to GetScriptURL to the appropriate new form. One or two | viega | 1998-06-03 | 1 | -1/+1 |
| * | Let the lists all start right away by forking for each list. | viega | 1998-06-02 | 1 | -0/+2 |
| * | Call MailList() w/ the new lock parameter set to 0. There's no need to | viega | 1998-06-02 | 1 | -1/+1 |
| * | Added gate_news to the list of targets. | viega | 1998-05-31 | 1 | -1/+1 |
| * | Add an entry to call gate_news every 5 minutes. | viega | 1998-05-31 | 1 | -0/+5 |
| * | This script is meant to be called by cron, and trys to gate any new | viega | 1998-05-31 | 1 | -0/+48 |
| * | Moved crontab.in to crontab.in.in so it can be autogenerated by | bwarsaw | 1998-05-29 | 1 | -3/+3 |
| * | Added crontab.in | bwarsaw | 1998-05-29 | 1 | -0/+1 |
| * | Ignore the Makefile | bwarsaw | 1998-05-26 | 1 | -0/+1 |
| * | Autoconf template for this directory's Makefile. | bwarsaw | 1998-05-26 | 1 | -0/+70 |
| * | 1. Use the standard Python invocation #! line to get the interpreter | bwarsaw | 1998-05-26 | 2 | -9/+7 |
| * | 1. Use the standard Python invocation #! line to get the interpreter | bwarsaw | 1998-05-26 | 1 | -2/+2 |
| * | Oops, really remove the RCS crud this time! | bwarsaw | 1998-05-26 | 1 | -2/+0 |
| * | 1. Use the standard Python invocation #! line to get the interpreter | bwarsaw | 1998-05-26 | 3 | -17/+10 |
| * | Fixed a typo in the zipcode. | viega | 1998-05-26 | 6 | -9/+9 |
| * | Sending the password notices to -admin addr if new list option | mailman | 1998-05-26 | 1 | -4/+9 |
| * | Added copyright notices to all source files where I am legally entitled to do... | viega | 1998-05-25 | 6 | -4/+95 |
| * | Spell senddigests correctly (not "checkdigests"!) | mailman | 1998-04-27 | 1 | -1/+1 |
| * | Push the main code into a function, instead of inline. | mailman | 1998-04-10 | 1 | -22/+26 |
| * | Note that this is being deprecated since we're switching over to an | mailman | 1998-04-09 | 2 | -0/+6 |
| * | Preparing to package a distribution - add a module docstring and | mailman | 1998-04-09 | 2 | -8/+10 |