| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | show_post_requests(): When deciding to show a smaller part of a held | bwarsaw | 2001-10-10 | 1 | -1/+2 |
| * | main(): Don't force admin_notif=1 when calling | bwarsaw | 2001-10-10 | 1 | -2/+2 |
| * | mimelib -> email | bwarsaw | 2001-10-10 | 1 | -1/+1 |
| * | bounce.txt no longer needs the leading MIME chrome, since we use the | bwarsaw | 2001-10-09 | 10 | -62/+2 |
| * | test_urgent_reject(): Test that a RejectMessage is raised, not a | bwarsaw | 2001-10-09 | 1 | -2/+112 |
| * | Added a bunch of new tests for bounce formats from Exim, Yahoo, | bwarsaw | 2001-10-09 | 1 | -0/+26 |
| * | prepare_message(): mimelib -> email. | bwarsaw | 2001-10-09 | 1 | -1/+1 |
| * | process(), scanbody(): mimelib -> email. | bwarsaw | 2001-10-09 | 1 | -6/+6 |
| * | RejectUrgentMessage: Remove this since the base class, RejectMessage, | bwarsaw | 2001-10-09 | 1 | -22/+5 |
| * | process(): Pass a failobj of [] to the get_all() call so that even if | bwarsaw | 2001-10-09 | 1 | -1/+1 |
| * | HasExplicitDest(), hasMatchingHeader(): Pass a failobj of [] to the | bwarsaw | 2001-10-09 | 1 | -2/+2 |
| * | GetMailmanFooter(): A fix by (I believe) Mikhail Sobolev to make | bwarsaw | 2001-10-09 | 1 | -3/+4 |
| * | main(): Dan Mick's fix to avoid duplicate footers when you get a 'no | bwarsaw | 2001-10-09 | 1 | -1/+0 |
| * | process(): Added a big ol' comment describing a potential bogosity in | bwarsaw | 2001-10-09 | 1 | -2/+5 |
| * | process(): Convert from the mimelib API to the email package API. | bwarsaw | 2001-10-09 | 6 | -23/+12 |
| * | Add a useful comment about what the Stop is for. | bwarsaw | 2001-10-09 | 1 | -0/+4 |
| * | AuthContextInfo(): Python 2.x's Cookie.py module is strict about legal | bwarsaw | 2001-10-09 | 1 | -6/+7 |
| * | SafeDict.__getitem__(): Use isinstance() instead of a comparison to | bwarsaw | 2001-10-09 | 1 | -3/+7 |
| * | ClearBounceInfo(), RegisterBounce(): Rename argument `email' to `member'. | bwarsaw | 2001-10-09 | 1 | -59/+39 |
| * | Some more sample bounces | bwarsaw | 2001-10-09 | 4 | -0/+359 |
| * | New tests for the Message class (Mailman's not mimelib's), the | bwarsaw | 2001-10-09 | 3 | -0/+466 |
| * | MODULES: Added message, safedict, and security_mgr tests. | bwarsaw | 2001-10-09 | 1 | -1/+2 |
| * | Move the actual tests out of here and into test_message.py; this file | bwarsaw | 2001-10-09 | 1 | -71/+7 |
| * | Removed email-0.90 and added email-0.91 distutils packages. This | bwarsaw | 2001-10-09 | 2 | -0/+0 |
| * | ParseMailCommands(): addheader() -> add_header(). | bwarsaw | 2001-10-05 | 1 | -4/+4 |
| * | Don't set host_name and web_page_url in the individual tests, since | bwarsaw | 2001-10-05 | 1 | -26/+7 |
| * | TestBase.setUp(): set host_name and web_page_url attributes since | bwarsaw | 2001-10-05 | 1 | -0/+3 |
| * | A basic test for SMTPDirect->MTA thrupath, using smtpd.py module to | bwarsaw | 2001-10-05 | 0 | -0/+0 |
| * | intermediate | bwarsaw | 2001-10-05 | 1 | -0/+139 |
| * | Add a test of the Qmail detector. | bwarsaw | 2001-10-04 | 1 | -0/+2 |
| * | A qmail bounce example | bwarsaw | 2001-10-04 | 1 | -0/+103 |
| * | config.db -> config.pck | bwarsaw | 2001-10-04 | 2 | -5/+5 |
| * | Fix this to check the config.pck and config.pck.last files too (I think). | bwarsaw | 2001-10-04 | 1 | -5/+5 |
| * | Fix this to check the config.pck and config.pck.last files too. | bwarsaw | 2001-10-04 | 2 | -53/+62 |
| * | Update a comment. | bwarsaw | 2001-10-04 | 1 | -1/+1 |
| * | process(): Remove the last vestige of the string module. Also, make | bwarsaw | 2001-10-04 | 1 | -3/+4 |
| * | Add the Passwords module. | bwarsaw | 2001-10-04 | 1 | -0/+1 |
| * | The minimal gui elements for the passwords subcategory. | bwarsaw | 2001-10-04 | 1 | -0/+26 |
| * | show_results(): Fix the calculation for splitting the left column into | bwarsaw | 2001-10-04 | 1 | -13/+8 |
| * | process(): Dan Mick discovers a hold over from the mimelib days. | bwarsaw | 2001-10-04 | 1 | -6/+2 |
| * | Update a comment. | bwarsaw | 2001-10-04 | 1 | -1/+1 |
| * | list_exists(): This has to know about config.pck and config.pck.last files. | bwarsaw | 2001-10-04 | 1 | -5/+10 |
| * | AuthContextInfo(): Python's standard Cookie.py doesn't allow colons in | bwarsaw | 2001-10-04 | 1 | -2/+2 |
| * | Switch to using binary cpickles as the config file data format. | bwarsaw | 2001-10-04 | 1 | -47/+70 |
| * | ADMIN_CATEGORIES: Split password page off of the general page into its | bwarsaw | 2001-10-04 | 1 | -4/+6 |
| * | DisableBouncingAddress(): Fixed a syslog() call, using its new | bwarsaw | 2001-10-04 | 1 | -1/+1 |
| * | We've got German translations (mostly) now. | bwarsaw | 2001-10-03 | 1 | -1/+1 |
| * | Updates | bwarsaw | 2001-10-03 | 4 | -4/+16 |
| * | Binary catalog for Hungarian | bwarsaw | 2001-10-03 | 1 | -0/+0 |
| * | Add `de' language for German translations. | bwarsaw | 2001-10-03 | 1 | -0/+1 |