| Commit message (Expand) | Author | Age | Files | Lines |
| * | DeliverToUser(): I believe the forking done in here is no longer | hmeland | 1999-07-01 | 1 | -20/+34 |
| * | TrySMTPDelivery(): Be smarter about handling the various exceptions | hmeland | 1999-06-13 | 1 | -3/+45 |
| * | Changes to speed up mass subscription via the web: | hmeland | 1999-06-04 | 1 | -1/+9 |
| * | TrySMTPDelivery(): Force importation of smtplib out of | bwarsaw | 1999-04-27 | 1 | -11/+8 |
| * | _badchars(): Disallow addresses with commas in them | bwarsaw | 1999-03-26 | 1 | -1/+1 |
| * | ParseAddrs(): string.strip() all returned addresses. | bwarsaw | 1999-03-25 | 1 | -3/+3 |
| * | Add ^ to the list of _badchars in email addresses | bwarsaw | 1999-03-23 | 1 | -1/+1 |
| * | GetRandomSeed(): Return only combinations of upper and lower case | bwarsaw | 1999-03-20 | 1 | -3/+9 |
| * | Utils.GetRequestURI(): New function, returns the full virtual path the | hmeland | 1999-03-02 | 1 | -0/+19 |
| * | TrySMTPDelivery(): Slightly different format to the log format on | bwarsaw | 1999-01-14 | 1 | -1/+5 |
| * | ValidateEmail(): Raise a MMBadEmailError on empty str. | bwarsaw | 1999-01-09 | 1 | -0/+2 |
| * | ValidateEmail(): Renamed from ValidEmail(). | bwarsaw | 1999-01-09 | 1 | -13/+13 |
| * | chunkify(): Don't put mm_cfg.DEFAULT_ADMIN_MEMBER_CHUNKSIZE as a | bwarsaw | 1999-01-06 | 1 | -1/+3 |
| * | reraise(): can now take an optional val argument, which is only used | bwarsaw | 1999-01-05 | 1 | -3/+7 |
| * | IsAdministrivia(): Made more stringent about 'set' command, since we | klm | 1999-01-05 | 1 | -2/+5 |
| * | ParseAddrs(): New function which attempts to parse out the email | bwarsaw | 1998-12-30 | 1 | -0/+42 |
| * | reraise(): exc argument is optional, to more closely resemble Python | bwarsaw | 1998-12-29 | 1 | -2/+5 |
| * | DeliverToUser(): Small stylistic tweak to change the sense of the test | bwarsaw | 1998-12-29 | 1 | -19/+19 |
| * | Fixed two instances where the old module named mm_err was being | bwarsaw | 1998-12-29 | 1 | -3/+3 |
| * | TrySMTPDelivery(): On advice from Dragon, we do a manual ehlo/helo, | bwarsaw | 1998-12-23 | 1 | -1/+9 |
| * | TrySMTPDelivery(): Added hacky stuff to ensure (as best we can) that | bwarsaw | 1998-12-22 | 1 | -13/+22 |
| * | open_ex(): Cosmetic change - lined up docstring (not sure why it was | klm | 1998-12-08 | 1 | -3/+4 |
| * | These changes represent the changes that make mailman's addressing | cotton | 1998-11-21 | 1 | -4/+3 |
| * | GetPossibleMatchingAddrs(): Don't bomb with an exception if the | klm | 1998-11-21 | 1 | -3/+4 |
| * | whoops, just realized that there were a couple of places where i | cotton | 1998-11-19 | 1 | -0/+8 |
| * | made FinMatchingAddresses require atleast the first dictionary, so | cotton | 1998-11-19 | 1 | -2/+3 |
| * | This change implements storing list members and digest members as | cotton | 1998-11-19 | 1 | -8/+40 |
| * | fixed up IsAdminsitrivia a bit as per the problems reported by | cotton | 1998-11-13 | 1 | -6/+9 |
| * | mkdir(): Default mode is 02775 which turns out to be more common in | bwarsaw | 1998-11-04 | 1 | -2/+39 |
| * | reraise(): Useful for re-raising an exception. This should make | bwarsaw | 1998-11-03 | 1 | -8/+19 |
| * | changed the site site variable ADMIN_MEMBER_CHUNKSIZE to a per-list | cotton | 1998-10-23 | 1 | -1/+1 |
| * | added adminitrivia filter and an "administrivia" list attribute that | cotton | 1998-10-12 | 1 | -3/+57 |
| * | These changes allow case-preserved usernames in email addresses of | cotton | 1998-10-12 | 1 | -37/+14 |
| * | changed contact_transport so that it doesn't invoke a queue run | cotton | 1998-10-05 | 1 | -11/+17 |
| * | TrySMTPDelivery(): Regularize the ways that various exceptions are | klm | 1998-08-03 | 1 | -14/+21 |
| * | TrySMTPDelivery: The queueing activity had to be more discriminating, | klm | 1998-08-01 | 1 | -5/+26 |
| * | wrap(): Two small fixes: strip off the two extra newlines that get put | bwarsaw | 1998-07-22 | 1 | -2/+9 |
| * | Whoops, there was another call to smtplib that needed the indirection. | viega | 1998-07-20 | 1 | -1/+1 |
| * | Wrapped the call to smtplib with some queueing code. | viega | 1998-07-20 | 1 | -3/+15 |
| * | Moved wrapping/filling to maketext() template generator. | bwarsaw | 1998-07-06 | 1 | -7/+11 |
| * | Removed classes Logger and StampedLogger, into modules in the | bwarsaw | 1998-07-02 | 1 | -119/+3 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -6/+24 |
| * | Fixed a bug where sometimes a leading / is missing from PATH_INFO. | viega | 1998-06-05 | 1 | -1/+3 |
| * | Added a method: GetNestingLevel(), which returns how many ../'s are | viega | 1998-06-03 | 1 | -0/+11 |
| * | Fixed a bug in wrap where wrap would error if the length of the string | viega | 1998-06-03 | 1 | -1/+1 |
| * | Integrated Scott's cookie code into the distribution. | viega | 1998-05-30 | 1 | -0/+14 |
| * | Modfied DeliverToUser to use smtplib instead of a call to sendmail. | viega | 1998-05-28 | 1 | -10/+12 |
| * | Removed RCS crud | bwarsaw | 1998-05-26 | 1 | -3/+73 |
| * | Fixed a typo in the zipcode. | viega | 1998-05-26 | 1 | -2/+2 |
| * | Added copyright notices to all source files where I am legally entitled to do... | viega | 1998-05-25 | 1 | -1/+18 |