summaryrefslogtreecommitdiff
path: root/modules/mm_mailcmd.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* All these files have been moved to the Mailman directory (and some renamed)bwarsaw1998-06-191-607/+0
|
* Whoops, I forgot to check these in. They're changed to handleviega1998-06-031-3/+3
| | | | | relative paths, mainly GetScriptURL->the appropriate replacement. Now I'm done w/ checkins, and I'm going to test the current snapshot.
* Hmm, I didn't think I touched mm_pending since the last checkin. Iviega1998-05-301-2/+4
| | | | | | | | dunno what changed there. In mm_mailcmd, I fixed a bug w/ Scott's code, so that if a reply comes back with no body, the confirm still works. I don't know why he was checking the body and not just the header for the pattern, but I left that check in there in case he had a good reason.
* Integrated Scott's confirmation stuff into mailcmd, and fixed a few thingsviega1998-05-291-41/+95
| | | | in pending...
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
|
* Added copyright notices to all source files where I am legally entitled to ↵viega1998-05-251-1/+18
| | | | | | | 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?)
* Include a few more likely prospects among invalid request senders.klm1998-04-281-2/+2
|
* Discard "mail commands" from postmaster accounts (nobody,klm1998-04-271-5/+15
| | | | | | | | mailer-daemon, postmaster, orphanage, postoffic) - they're almost certainly delivery-failure notices. I'm going to poll the mailman-developers list for suggestions about refinements to this approach.
* Ignore any mailcommands coming from postmaster-type accounts -klm1998-04-231-1/+7
| | | | | | | | | mailer-daemon, postmaster, orphanage, and postoffice - on the presumption that they're failed subscribe instructions, bouncing back to the -request addr. I think this'll take care of that sticky problem fairly safely. Nobody should be sending commands from those accounts, anyway...
* Preparing to package a distribution - add __version__ info.mailman1998-04-091-1/+3
|
* Refined the 'info' mail command to indicate the list web page, presentklm1998-04-071-3/+13
| | | | the description a bit more tidily.
* Use new .DeleteMember() arg to indicate whence this deletion came.mailman1998-04-021-4/+4
| | | | Correct typo "succeded".
* Furthermore, mention the password-sending facility.klm1998-04-021-1/+4
|
* Mention the listinfo URL for the list in the mailcmd help message.klm1998-04-021-3/+10
|
* Send error notice back when we clearly have a list-specific command,klm1998-03-271-22/+45
| | | | | | | | | | like 'who', that is getting an alternate list-name as an argument, instructing sender to use the '-request' address for the list. (This way we can make 'majordomo@site' an alias to, eg, mailman-request@site, and get most of the majordomo@site behavior without implementing any exceptional behavior...) Add a module docstring, wrap a bunch of long lines.
* Swap order on digested and non-digested members, so longer listmailman1998-03-271-8/+13
| | | | (nondgested) is shown second
* Tracked change of names of 'closed' and 'auto_subscribe' options. Seemailman1998-03-241-6/+7
| | | | concurrent mm_defaults.py checkin for details.
* We're having a problem where mail command messages with undeliverablemailman1998-03-191-3/+5
| | | | | | | | "Sender:" lines are being bounced to the -request addr, and then being treated as a bad request. This needs to be examined and solved, but in the meanwhile i'm adding some info (the subject line) to the "subject line ignored" line, so we get some more cues to go on when things go awry.
* Changed "fancy" to "mime" and respect change of EnableMime user optionmailman1998-03-131-8/+12
| | | | | | | | | | | | to DisableMime, as part of making mime mode the default for digests. Response to 'lists' command now sorts the lists, and formats the name/request addr/descr on two lines instead of sequeezing them onto one too-long line. Using _base_archive_url for FormatArchiveAnchor, instead of GetScriptURL("archives"), which assumes the archives are in the mailman hierarchy.
* Small formatting changes.klm1998-03-081-10/+16
|
* Minor message wording change.klm1998-03-081-2/+2
|
* Spruce up the help text a good bit.mailman1998-02-261-9/+14
| | | | | | | | Including wrapping some long lines - not nice to send out email that way, in almost any circumstance! Also, add an address for questions and comments to the bottom - always good to give recipients recourse to complain!
* Initial revisionmailman1998-02-251-0/+450