index
:
mailman.git
address-events
feature/drop-runner-priviliges
fix/confirm-list-mismatch
list-style-descriptions
master
modules-no-instantiate
mta-smtps-starttls
pipelines-dynamical-instantiation
pluggable-components
pluggable-workflows
plugin
precompile-rest-matchers
save-workflow-steps
The GNU Mailing List manager.
J08nY
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Mailman
/
Handlers
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Merge exp-elixir-branch to trunk. There is enough working to make me feel
bwarsaw
2007-05-28
2
-5
/
+28
*
passwords.py: Looks like we still need unicode checking.
tkikuchi
2007-03-25
2
-43
/
+61
*
CookHeaders.py:
tkikuchi
2007-03-24
1
-20
/
+3
*
Brush up the fall-back-to-utf8 mechanizm in ToDigest.py. Neither cStringIO
tkikuchi
2007-03-24
1
-16
/
+17
*
Fix of Decorate.py for the case (input_charset != output_charset) and fail
tkikuchi
2007-03-23
1
-5
/
+6
*
A few style fixes based on commit reviews.
bwarsaw
2007-03-21
1
-17
/
+9
*
Test suite repair. All tests are now passing again.
bwarsaw
2007-03-21
4
-11
/
+15
*
Fixes for i18n digest to work.
tkikuchi
2007-03-02
1
-9
/
+14
*
Restoreing i18n in 2.2
tkikuchi
2007-03-01
1
-28
/
+29
*
Changed header_filter_rules processing to ignore blank patterns.
msapiro
2007-01-20
1
-0
/
+3
*
Update copyright years.
bwarsaw
2007-01-19
24
-54
/
+40
*
Clean up file permissions and umask settings. Now we set the umask to 007
bwarsaw
2007-01-05
2
-32
/
+8
*
Upgrade to email package version 4.0.1. Because email 4.0.1 is only
bwarsaw
2006-07-30
1
-1
/
+1
*
When an exception occurs during decoration, log it at exception level so we s...
bwarsaw
2006-07-08
1
-1
/
+1
*
Fix some buglets with virtual domain support and repair unit tests broken by
bwarsaw
2006-07-08
3
-4
/
+4
*
First crack at real virtual domain support, i.e. mailing lists with the same
bwarsaw
2006-07-08
1
-1
/
+1
*
Fix test_message.py by finishing the wind-through of the configuration object
bwarsaw
2006-07-08
15
-85
/
+91
*
Massive conversion process so that Mailman can be run from a user specified
bwarsaw
2006-07-08
1
-18
/
+18
*
- Utils.py Fixed a security hole which allowed a crafted URI to inject
msapiro
2006-07-07
1
-1
/
+3
*
- Decorate.py Fixed bug 1507248 by ignoring header/footer characters
msapiro
2006-06-23
1
-2
/
+2
*
Added removal of Authentication-Results: header as it too is no longer valid.
msapiro
2006-05-23
1
-0
/
+1
*
Reorganize the unit test infrastructure, so that tests live inside the
bwarsaw
2006-05-18
1
-1
/
+1
*
- Cgi/options.py - fixed to not present the "empty" topic to user.
msapiro
2006-05-17
1
-0
/
+4
*
More logging updates:
bwarsaw
2006-04-28
1
-116
/
+0
*
Added Date and Message-ID headers to the confirm reply
msapiro
2006-04-17
1
-0
/
+2
*
Remove most uses of the types module, in favor of isinstance checks against
bwarsaw
2006-04-17
5
-15
/
+7
*
- Convert all logging to Python's standard logging module. Get rid of all
bwarsaw
2006-04-17
13
-105
/
+118
*
Now that Python 2.3 is the minimum requirement for Mailman 2.2:
bwarsaw
2006-04-15
6
-88
/
+32
*
Now that we've converted from CVS to Subversion, remove CVS cruft from
bwarsaw
2006-04-15
1
-1
/
+0
*
Preparing for email 3.0/4.0. get_type() -> get_content_type() etc.
tkikuchi
2006-03-07
3
-6
/
+7
*
Fixed bug 1430236 by catching TypeError when trying to get a decoded payload
msapiro
2006-02-19
1
-1
/
+6
*
ch_oneline(): Input string variable is overwritten. Also use 'utf-8'
tkikuchi
2006-02-17
1
-15
/
+18
*
variable name: it is not a floating number. (time tuple)
tkikuchi
2006-02-03
1
-2
/
+2
*
Back out Revision 2.30 patch for email.Message.set_payload() bug
tkikuchi
2006-01-29
4
-40
/
+12
*
Prevent loop in hold/reject if addressed to '-owner'.
tkikuchi
2006-01-29
1
-9
/
+10
*
Moving deletion of Domainkey-Signature: and DKIM-Signature: headers to a
msapiro
2006-01-15
2
-10
/
+34
*
SpamDetect.py fix loop.
tkikuchi
2006-01-14
1
-13
/
+15
*
Backport from 2.1-maint.
tkikuchi
2006-01-04
1
-4
/
+3
*
On my second thought, I use msgdata for internally crafted message checking.
tkikuchi
2005-12-31
1
-5
/
+3
*
Backport from 2-1_maint branch.
tkikuchi
2005-12-31
1
-6
/
+6
*
Port cleaning changes forward from 2.1-maint branch.
bwarsaw
2005-12-30
10
-67
/
+73
*
Python interpreter has evolved to be strict on ascii charset range.
tkikuchi
2005-12-26
1
-20
/
+13
*
Fixes for email.set_payload() not distinguish parsed or virgin payload.
tkikuchi
2005-12-24
4
-25
/
+51
*
Scan other text/* parts for Approve(d): <password> - bug 1181161.
msapiro
2005-12-21
1
-1
/
+29
*
Add an extra trailing space in scrubbed content URL. This may save the
tkikuchi
2005-12-13
1
-1
/
+3
*
One more little change. One day I'll learn not to commit until I'm REALLY done.
msapiro
2005-11-28
1
-5
/
+1
*
Fix bug 1367783 - decode base64 and quoted-printable HTML parts when passing ...
msapiro
2005-11-27
1
-1
/
+6
*
SF patch # 1246003
tkikuchi
2005-11-19
1
-1
/
+1
*
Use original_sender put in msgdata by CookHeaders.py if it's available
msapiro
2005-11-13
1
-1
/
+1
*
Remove Approve: header as well as Approved:
msapiro
2005-11-13
1
-0
/
+2
[prev]
[next]