summaryrefslogtreecommitdiff
path: root/Mailman/Handlers/ToDigest.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-071-13/+18
* quotemime(): Gross hack to ensure that the results returned are abwarsaw2000-10-061-1/+2
* inject_digest(): Only send a mime digest if there actually are mimebwarsaw2000-09-151-7/+10
* process(): When writing the table of contents, be a little more cleverbwarsaw2000-09-121-42/+53
* inject_digest(): Be careful to prune out duplicate addresses whenbwarsaw2000-09-111-11/+10
* Digest.TemplateRefs(): GetAbsoluteScriptURL() => GetScriptURL(..., absolute=1)bwarsaw2000-08-011-1/+1
* Convert all uses of mlist.LogMsg() to the new syslog() interface.bwarsaw2000-06-021-10/+12
* Many changes to make message delivery more robust in the face ofbwarsaw2000-05-081-13/+8
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-1/+1
* Digest.ComposeBaseHeaders(): Set the From: field of the digest messagebwarsaw2000-02-031-1/+1
* process(): Use only the From: field to get the name to stick in thebwarsaw1999-12-161-1/+8
* Present(): Need blank line after Content-description header so MIMEbwarsaw1999-11-301-0/+1
* Several general patches to typos resulting from the new pipelinebwarsaw1999-11-111-15/+22
* (inject_digest): mlist.inject() => mlist.Post()bwarsaw1999-11-101-2/+4
* New pipeline delivery modulebwarsaw1999-11-101-0/+346