summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Get some space between the label/radio-button pairs.mailman1998-02-262-14/+26
|
* Initial revisionmailman1998-02-262-0/+806
|
* Initial revisionmailman1998-02-252-0/+440
|
* Elaborated and refined in general.mailman1998-02-251-25/+79
|
* Initial revisionmailman1998-02-252-0/+308
|
* Clarified the email-confirmation explanation a good bit, as well asmailman1998-02-251-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 acknowledmentmailman1998-02-252-12/+26
| | | | message.
* Make MAILMAN_OWNER a person, not the system.mailman1998-02-253-3/+3
|
* Initial revisionmailman1998-02-251-0/+58
|
* Initial revisionmailman1998-02-252-0/+900
|
* Make the archive_volume_frequency description a bit less opaque...mailman1998-02-252-2/+2
|
* Use new routine list_names(), instead of searching for the presence ofmailman1998-02-252-10/+8
| | | | the list directory explicitly.
* Check the new list name immediately, and bailout with status 1 if itmailman1998-02-251-0/+5
| | | | already exists.
* Initial revisionmailman1998-02-251-0/+53
|
* Use new routine maillist.list_names(), instead of doing it by hand.mailman1998-02-253-18/+6
|
* Initial revisionmailman1998-02-251-0/+33
|
* Initial revisionmailman1998-02-251-0/+33
|
* Initial revisionmailman1998-02-251-0/+34
|
* Switch over to frequency-based archive update mechanism - people don'tmailman1998-02-241-4/+5
| | | | need to edit the crontab to add new lists.
* Just wrapped some long lines.mailman1998-02-241-3/+6
|
* Initial revisionmailman1998-02-231-0/+100
|
* Moved the bodies of the long text messages to "constant" declarationsmailman1998-02-222-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 thanmailman1998-02-221-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.mailman1998-02-221-0/+5
|
* Do not blithely delete the categorical directories if the users failsmailman1998-02-221-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 revisionmailman1998-02-221-0/+18
|
* Get rid of gratuitous bare 'except:'.mailman1998-02-222-2/+2
|
* Initial revisionmailman1998-02-221-0/+32
|
* Belatedly reflecting migration to being central python.org server.mailman1998-02-223-6/+6
|
* Incorporated an anti-spam measure, requiring explicit naming ofmailman1998-02-222-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 allmailman1998-02-221-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 revisionmailman1998-02-221-0/+364
|
* Minor layout change - add some whitespace so the web page addressmailman1998-02-212-0/+2
| | | | shows up more nicely.
* Small but significant change of size and colspan of rejection-reason boxmailman1998-02-211-1/+1
| | | | - in win32 netscape 4.04, the long textbox just didn't show.
* Initial revisionmailman1998-02-211-0/+204
|
* Initial revisionmailman1998-02-212-0/+306
|
* Small word change - subscription was not _refused_, it was _deferred_mailman1998-02-211-1/+1
| | | | to the administrators judgement.
* Initial revisionmailman1998-02-211-0/+133
|
* Initial revisionmailman1998-02-212-0/+264
|
* Added 'archive_update_frequency' list config option.mailman1998-02-212-2/+16
| | | | Folded a long line.
* Added all_listpaths to easily get the paths to all maillists situatedmailman1998-02-212-0/+20
| | | | | in the default lists directory. Used by new version of archive trigger in cron/archive.
* Initial revisionmailman1998-02-152-0/+146
|
* Initial revisionmailman1998-02-152-0/+934
|
* Local site configuration.klm1998-02-153-9/+9
|
* First stab at simplifying specification of lists to be archived - takeklm1998-02-121-5/+4
| | | | multiple ones on command line.
* Initial revisionklm1998-02-111-0/+18
|
* Sez The Dragon:guido1998-01-291-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>.guido1998-01-291-0/+278
|
* First stab at substituting the real list name.mailman1998-01-141-23/+2
|
* Initial revisionmailman1998-01-141-0/+25
|