| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | | | | constructor actuals when the list doesn't need to be locked. | |||||
| * | 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 | |
| | | | | | Apparently the blank line confuses crontab on SunOS. | |||||
| * | Updated calls to GetScriptURL to the appropriate new form. One or two | viega | 1998-06-03 | 1 | -1/+1 | |
| | | | | | | minor changes here and there to support relative paths (changing absolute paths that didn't use GetScriptURL to begin with). | |||||
| * | 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 | |
| | | | | | lock the list. | |||||
| * | 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 | |
| | | | | | | | | Note that site admins who have access to their NNTP server can implement a solution that doesn't poll. However, I do want to have a solution that works out of the box. Many people aren't going to care if it polls. | |||||
| * | This script is meant to be called by cron, and trys to gate any new | viega | 1998-05-31 | 1 | -0/+48 | |
| | | | | | news to mailing lists. | |||||
| * | Moved crontab.in to crontab.in.in so it can be autogenerated by | bwarsaw | 1998-05-29 | 1 | -3/+3 | |
| | | | | | configure. | |||||
| * | 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 | |
| | | | | | | | | | | | | 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 | |||||
| * | 1. Use the standard Python invocation #! line to get the interpreter | bwarsaw | 1998-05-26 | 1 | -2/+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). | |||||
| * | 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 | |
| | | | | | | | | | | | | 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. | 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 | |
| | | | | | reminders_to_admins is set. | |||||
| * | Added copyright notices to all source files where I am legally entitled to ↵ | viega | 1998-05-25 | 6 | -4/+95 | |
| | | | | | | | | 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?) | |||||
| * | 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 | |
| | | | | | external archiver. | |||||
| * | Preparing to package a distribution - add a module docstring and | mailman | 1998-04-09 | 2 | -8/+10 | |
| | | | | | __version__ info. | |||||
| * | Preparing to package a distribution - add __version__ info. | mailman | 1998-04-09 | 1 | -0/+2 | |
| | | ||||||
| * | Note that this is being deprecated since we're switching over to an | mailman | 1998-04-09 | 1 | -0/+3 | |
| | | | | | external archiver. | |||||
| * | Include an "X-No-Archive: yes" header, for those messages that get | klm | 1998-04-07 | 1 | -1/+2 | |
| | | | | | sent to a list-archive! | |||||
| * | Clarified instructions for changing subscriber options, including | mailman | 1998-04-03 | 1 | -13/+13 | |
| | | | | | | specifying the URL for the actual user options page. (Provoked by a suggestion conveyed by jim hugunin.) | |||||
| * | Refined the notice a bit, to include the address of the user in | mailman | 1998-04-03 | 1 | -4/+7 | |
| | | | | | question within the message. | |||||
| * | Removed the last active remnants of the internal archive processing, | mailman | 1998-04-03 | 1 | -6/+0 | |
| | | | | | upvolumes_yearly and upvolumes_monthly entries in the crontab. | |||||
| * | Fixed request unpack to get the nw, right length. | mailman | 1998-03-24 | 1 | -4/+5 | |
| | | ||||||
| * | Initial version. | mailman | 1998-03-18 | 1 | -0/+23 | |
| | | ||||||
| * | Track transition of list_names to mm_utils, including import of mm_utils. | mailman | 1998-03-18 | 3 | -6/+6 | |
| | | ||||||
| * | Add entry for noon-time dispatch of digests that do periodic delivery. | mailman | 1998-03-18 | 1 | -7/+5 | |
| | | | | | Remove archival jobs - that's now responsibility of external pipermail. | |||||
| * | Describe the requests that are pending in the notification message. | mailman | 1998-03-18 | 1 | -16/+46 | |
| | | | | | Track transition of list_names to mm_utils, including import of mm_utils. | |||||
| * | Track transition of list_names to mm_utils, including import of mm_utils. | mailman | 1998-03-18 | 1 | -2/+2 | |
| | | ||||||
| * | Make whitespace lines into comments - sol 2.6 at least whinces at | mailman | 1998-03-05 | 1 | -16/+12 | |
| | | | | | blank lines in the crontab. | |||||
| * | Set the sender to mm_cfg.MAILMAN_OWNER, so it's not just some random | mailman | 1998-03-03 | 1 | -16/+16 | |
| | | | | | | | | | | | list (the last one found) which appears as the sender... Further cleanup of reminder notice. Do *not* ignore list names for which the list load fails - bailout w/traceback! Darn tootin - we want someone to know something's screwed up, so it gets fixed! | |||||
| * | Rectified module docstring to reflect the fact that the passwords are | mailman | 1998-02-26 | 1 | -4/+5 | |
| | | | | | batched for each user. | |||||
| * | Use new routine maillist.list_names(), instead of doing it by hand. | mailman | 1998-02-25 | 3 | -18/+6 | |
| | | ||||||
| * | Initial revision | mailman | 1998-02-25 | 1 | -0/+33 | |
| | | ||||||
| * | Initial revision | mailman | 1998-02-25 | 1 | -0/+33 | |
| | | ||||||
| * | Initial revision | mailman | 1998-02-25 | 1 | -0/+34 | |
| | | ||||||
| * | Switch over to frequency-based archive update mechanism - people don't | mailman | 1998-02-24 | 1 | -4/+5 | |
| | | | | | need to edit the crontab to add new lists. | |||||
| * | Send each user all their passwords in a single message, rather than | mailman | 1998-02-22 | 1 | -17/+71 | |
| | | | | | | | | | | sending them in a bunch. MailAllPasswords() - mostly cribbed from mm_deliver:Deliver.MailUserPassword(), but it takes the information for all users and sends a message to each with all their password info. | |||||
| * | Initial revision | mailman | 1998-02-22 | 1 | -0/+32 | |
| | | ||||||
| * | Instead of take list names, take level of update, and operate on all | mailman | 1998-02-22 | 1 | -6/+21 | |
| | | | | | | | | | | | lists configured with that level update frequency or greater (according to archive_update_frequency setting). So, eg, if dailies are level 1 and hourlies are level 2, then all hourlies would be updated for both level 1 and level 2 updates. Importantly, the list names are not taken as arguments, so the crontab needn't be changed once the level policies (hourly, daily, whatever) are implemented in it. | |||||
| * | First stab at simplifying specification of lists to be archived - take | klm | 1998-02-12 | 1 | -5/+4 | |
| | | | | | multiple ones on command line. | |||||
| * | Initial revision | klm | 1998-02-11 | 1 | -0/+18 | |
| | | ||||||
