summaryrefslogtreecommitdiff
path: root/Mailman/Utils.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Removed change_boundary() - not necessary, now that the Digest classklm1998-05-041-17/+1
* New routine change_boundary, for substituting one mime boundary forklm1998-04-271-1/+17
* ValidEmail(): Elide the constraint that addresses have their top-levelklm1998-04-231-11/+11
* Added "su" to valid top levels.klm1998-04-231-2/+2
* DeliverToUser(): Add newline-terminators to add_header items whenklm1998-04-121-1/+3
* DeliverToUser(): Aha! Resolved elusive bug - addresses containingklm1998-04-111-2/+3
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+10
* SendTextToUser(), DeliverToUser() - Generalized addition of specialklm1998-04-071-6/+9
* Adding 'nofail' option to StampedLogger init, so programs that useklm1998-03-301-8/+23
* AddressesMatch(): Do the right thing (in particular, no traceback!)klm1998-03-301-15/+29
* Include "manual_reprime" option in StampedLogger. When on (off byklm1998-03-291-5/+22
* Unlock only if alredy locked.mailman1998-03-271-1/+1
* Simpliefied FindMatchineAddress - it now only recognizes similaritymailman1998-03-261-25/+34
* Added logger and moved SendTextToUser and DeliverToUsermailman1998-03-241-4/+107
* map_maillists() - New convenience routine for interactive pythonmailman1998-03-201-0/+26
* Moved list_names() here from where i recently created it,mailman1998-03-131-2/+14
* ObscureEmail(), UnobscureEmail(): new routines for invertablyklm1998-03-081-1/+20
* MakeDirTree(): Change default permission to 775 (was 774, previousklm1998-03-081-1/+1
* MakeDirTree: use umask 774 rathern than 744, so group members doingklm1998-03-071-3/+8
* Get rid of gratuitous bare 'except:'.mailman1998-02-221-1/+1
* Initial revisionklm1998-01-071-0/+154