summaryrefslogtreecommitdiff
path: root/Mailman/Utils.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* DeliverToUser(): I believe the forking done in here is no longerhmeland1999-07-011-20/+34
* TrySMTPDelivery(): Be smarter about handling the various exceptionshmeland1999-06-131-3/+45
* Changes to speed up mass subscription via the web:hmeland1999-06-041-1/+9
* TrySMTPDelivery(): Force importation of smtplib out ofbwarsaw1999-04-271-11/+8
* _badchars(): Disallow addresses with commas in thembwarsaw1999-03-261-1/+1
* ParseAddrs(): string.strip() all returned addresses.bwarsaw1999-03-251-3/+3
* Add ^ to the list of _badchars in email addressesbwarsaw1999-03-231-1/+1
* GetRandomSeed(): Return only combinations of upper and lower casebwarsaw1999-03-201-3/+9
* Utils.GetRequestURI(): New function, returns the full virtual path thehmeland1999-03-021-0/+19
* TrySMTPDelivery(): Slightly different format to the log format onbwarsaw1999-01-141-1/+5
* ValidateEmail(): Raise a MMBadEmailError on empty str.bwarsaw1999-01-091-0/+2
* ValidateEmail(): Renamed from ValidEmail().bwarsaw1999-01-091-13/+13
* chunkify(): Don't put mm_cfg.DEFAULT_ADMIN_MEMBER_CHUNKSIZE as abwarsaw1999-01-061-1/+3
* reraise(): can now take an optional val argument, which is only usedbwarsaw1999-01-051-3/+7
* IsAdministrivia(): Made more stringent about 'set' command, since weklm1999-01-051-2/+5
* ParseAddrs(): New function which attempts to parse out the emailbwarsaw1998-12-301-0/+42
* reraise(): exc argument is optional, to more closely resemble Pythonbwarsaw1998-12-291-2/+5
* DeliverToUser(): Small stylistic tweak to change the sense of the testbwarsaw1998-12-291-19/+19
* Fixed two instances where the old module named mm_err was beingbwarsaw1998-12-291-3/+3
* TrySMTPDelivery(): On advice from Dragon, we do a manual ehlo/helo,bwarsaw1998-12-231-1/+9
* TrySMTPDelivery(): Added hacky stuff to ensure (as best we can) thatbwarsaw1998-12-221-13/+22
* open_ex(): Cosmetic change - lined up docstring (not sure why it wasklm1998-12-081-3/+4
* These changes represent the changes that make mailman's addressingcotton1998-11-211-4/+3
* GetPossibleMatchingAddrs(): Don't bomb with an exception if theklm1998-11-211-3/+4
* whoops, just realized that there were a couple of places where icotton1998-11-191-0/+8
* made FinMatchingAddresses require atleast the first dictionary, socotton1998-11-191-2/+3
* This change implements storing list members and digest members ascotton1998-11-191-8/+40
* fixed up IsAdminsitrivia a bit as per the problems reported bycotton1998-11-131-6/+9
* mkdir(): Default mode is 02775 which turns out to be more common inbwarsaw1998-11-041-2/+39
* reraise(): Useful for re-raising an exception. This should makebwarsaw1998-11-031-8/+19
* changed the site site variable ADMIN_MEMBER_CHUNKSIZE to a per-listcotton1998-10-231-1/+1
* added adminitrivia filter and an "administrivia" list attribute thatcotton1998-10-121-3/+57
* These changes allow case-preserved usernames in email addresses ofcotton1998-10-121-37/+14
* changed contact_transport so that it doesn't invoke a queue runcotton1998-10-051-11/+17
* TrySMTPDelivery(): Regularize the ways that various exceptions areklm1998-08-031-14/+21
* TrySMTPDelivery: The queueing activity had to be more discriminating,klm1998-08-011-5/+26
* wrap(): Two small fixes: strip off the two extra newlines that get putbwarsaw1998-07-221-2/+9
* Whoops, there was another call to smtplib that needed the indirection.viega1998-07-201-1/+1
* Wrapped the call to smtplib with some queueing code.viega1998-07-201-3/+15
* Moved wrapping/filling to maketext() template generator.bwarsaw1998-07-061-7/+11
* Removed classes Logger and StampedLogger, into modules in thebwarsaw1998-07-021-119/+3
* Convert all module names to their new names.bwarsaw1998-06-191-6/+24
* Fixed a bug where sometimes a leading / is missing from PATH_INFO.viega1998-06-051-1/+3
* Added a method: GetNestingLevel(), which returns how many ../'s areviega1998-06-031-0/+11
* Fixed a bug in wrap where wrap would error if the length of the stringviega1998-06-031-1/+1
* Integrated Scott's cookie code into the distribution.viega1998-05-301-0/+14
* Modfied DeliverToUser to use smtplib instead of a call to sendmail.viega1998-05-281-10/+12
* Removed RCS crudbwarsaw1998-05-261-3/+73
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18