Port the maximum message size check to a rule. Add doctest.
commit86f00a6cec71753952d1290bdadd836fdba5fdc1
authorBarry Warsaw <barry@python.org>
Sun, 30 Dec 2007 00:53:23 +0000 (29 19:53 -0500)
committerBarry Warsaw <barry@python.org>
Sun, 30 Dec 2007 00:53:23 +0000 (29 19:53 -0500)
tree94bd4167060de21e706fc6dec1848092febaa57a
parent68cce110887cc9fc46fd4c7798f3b8d893f1038f
Port the maximum message size check to a rule.  Add doctest.

Rename the implicit.txt doctest.

specialized_message_from_string(): Mimic the way the text->message parser will
include the size of the original text as an attribute on the message object.
The maximum message size rule will use this information.
Mailman/Handlers/Hold.py
Mailman/docs/hold.txt
Mailman/docs/implicit-dest.txt [moved from Mailman/docs/implicit.txt with 97% similarity]
Mailman/docs/max-size.txt [new file with mode: 0644]
Mailman/queue/__init__.py
Mailman/rules/implicit_dest.py
Mailman/rules/max_size.py [new file with mode: 0644]
Mailman/tests/test_documentation.py