| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Get some space between the label/radio-button pairs. | mailman | 1998-02-26 | 2 | -14/+26 |
| | | |||||
| * | Initial revision | mailman | 1998-02-26 | 2 | -0/+806 |
| | | |||||
| * | Initial revision | mailman | 1998-02-25 | 2 | -0/+440 |
| | | |||||
| * | Elaborated and refined in general. | mailman | 1998-02-25 | 1 | -25/+79 |
| | | |||||
| * | Initial revision | mailman | 1998-02-25 | 2 | -0/+308 |
| | | |||||
| * | Clarified the email-confirmation explanation a good bit, as well as | mailman | 1998-02-25 | 1 | -17/+55 |
| | | | | | | | | | | | including the address from which the subscription was entered, if the web server has it. This should help if we get problems with pranksters adding other people. Moved some long messages to the top, and wrapped some inline messages, to simplify code readability and so emacs python-mode indentation computation doesn't get confused... | ||||
| * | Mention the email-based interface in the subscribe acknowledment | mailman | 1998-02-25 | 2 | -12/+26 |
| | | | | | message. | ||||
| * | Make MAILMAN_OWNER a person, not the system. | mailman | 1998-02-25 | 3 | -3/+3 |
| | | |||||
| * | Initial revision | mailman | 1998-02-25 | 1 | -0/+58 |
| | | |||||
| * | Initial revision | mailman | 1998-02-25 | 2 | -0/+900 |
| | | |||||
| * | Make the archive_volume_frequency description a bit less opaque... | mailman | 1998-02-25 | 2 | -2/+2 |
| | | |||||
| * | Use new routine list_names(), instead of searching for the presence of | mailman | 1998-02-25 | 2 | -10/+8 |
| | | | | | the list directory explicitly. | ||||
| * | Check the new list name immediately, and bailout with status 1 if it | mailman | 1998-02-25 | 1 | -0/+5 |
| | | | | | already exists. | ||||
| * | Initial revision | mailman | 1998-02-25 | 1 | -0/+53 |
| | | |||||
| * | 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. | ||||
| * | Just wrapped some long lines. | mailman | 1998-02-24 | 1 | -3/+6 |
| | | |||||
| * | Initial revision | mailman | 1998-02-23 | 1 | -0/+100 |
| | | |||||
| * | Moved the bodies of the long text messages to "constant" declarations | mailman | 1998-02-22 | 2 | -110/+144 |
| | | | | | | | | at the top of the file, to make the methods that use them easier to read. Wrapped a few long lines. | ||||
| * | 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. | ||||
| * | Cosmetic change - module docstring. | mailman | 1998-02-22 | 1 | -0/+5 |
| | | |||||
| * | Do not blithely delete the categorical directories if the users fails | mailman | 1998-02-22 | 1 | -8/+29 |
| | | | | | | | | | | | | | | | to give a list argument!!! Complain and bailout if no listname is found. (Otherwise, when invoked without arguments, the script was deleting the lists, templates, and archives directories *completely*.) Additionally, do not delete the archives for a list unless the '-a' option is passed. I figure its more often worth keeping the archives around, even if the list is retired. Additionally, indicate whether or not the subject directory is actually there before deleting - some feedback, so users see whether what they expect is happening... | ||||
| * | Initial revision | mailman | 1998-02-22 | 1 | -0/+18 |
| | | |||||
| * | Get rid of gratuitous bare 'except:'. | mailman | 1998-02-22 | 2 | -2/+2 |
| | | |||||
| * | Initial revision | mailman | 1998-02-22 | 1 | -0/+32 |
| | | |||||
| * | Belatedly reflecting migration to being central python.org server. | mailman | 1998-02-22 | 3 | -6/+6 |
| | | |||||
| * | Incorporated an anti-spam measure, requiring explicit naming of | mailman | 1998-02-22 | 2 | -18/+66 |
| | | | | | | | | | | | | | | | maillist in a destination address - either in the to or cc headers. The option require_explicit_destination controls the behavior, and defaults to on. (This approach has been working nicely with the majordomo lists we have here.) MailList.HasExplicitDest(): New method. MailList.Post(): use HasExplicitDest if require_explicit_destination set. list_names(): New utility routine to get names of all lists in default list dir, ie dirs there that contain a config.db file. | ||||
| * | 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. | ||||
| * | Initial revision | mailman | 1998-02-22 | 1 | -0/+364 |
| | | |||||
| * | Minor layout change - add some whitespace so the web page address | mailman | 1998-02-21 | 2 | -0/+2 |
| | | | | | shows up more nicely. | ||||
| * | Small but significant change of size and colspan of rejection-reason box | mailman | 1998-02-21 | 1 | -1/+1 |
| | | | | | - in win32 netscape 4.04, the long textbox just didn't show. | ||||
| * | Initial revision | mailman | 1998-02-21 | 1 | -0/+204 |
| | | |||||
| * | Initial revision | mailman | 1998-02-21 | 2 | -0/+306 |
| | | |||||
| * | Small word change - subscription was not _refused_, it was _deferred_ | mailman | 1998-02-21 | 1 | -1/+1 |
| | | | | | to the administrators judgement. | ||||
| * | Initial revision | mailman | 1998-02-21 | 1 | -0/+133 |
| | | |||||
| * | Initial revision | mailman | 1998-02-21 | 2 | -0/+264 |
| | | |||||
| * | Added 'archive_update_frequency' list config option. | mailman | 1998-02-21 | 2 | -2/+16 |
| | | | | | Folded a long line. | ||||
| * | Added all_listpaths to easily get the paths to all maillists situated | mailman | 1998-02-21 | 2 | -0/+20 |
| | | | | | | in the default lists directory. Used by new version of archive trigger in cron/archive. | ||||
| * | Initial revision | mailman | 1998-02-15 | 2 | -0/+146 |
| | | |||||
| * | Initial revision | mailman | 1998-02-15 | 2 | -0/+934 |
| | | |||||
| * | Local site configuration. | klm | 1998-02-15 | 3 | -9/+9 |
| | | |||||
| * | 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 |
| | | |||||
| * | Sez The Dragon: | guido | 1998-01-29 | 1 | -24/+25 |
| | | | | | | Ok, I fixed the quotes, along with a bug or two. Also added another exception. | ||||
| * | SMTP client by The Dragon De Monsyne <dragondm@integral.org>. | guido | 1998-01-29 | 1 | -0/+278 |
| | | |||||
| * | First stab at substituting the real list name. | mailman | 1998-01-14 | 1 | -23/+2 |
| | | |||||
| * | Initial revision | mailman | 1998-01-14 | 1 | -0/+25 |
| | | |||||
