Size: 660
Comment: Changed number.
|
← Revision 5 as of 2015-02-01 16:37:27 ⇥
Size: 662
Comment: Changed the link to 4.67 to a non-redirected, absolute one. Real problem wasn't length; it was relative links don't work on pages with / in title.
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#pragma page-filename DOC/versions/15958361 This can be done with a custom handler. See [[attachment:PostLimit.py|PostLimit.py]] for an example to be put in Mailman/Handlers/PostLimit.py, and see [[attachment:extend.py|extend.py]] for a file that can be edited and put in lists/LISTNAME/extend.py to set parameters and enable this for the LISTNAME list. |
#pragma page-filename DOC/versions/15958359 This can be done with a custom handler. See [[attachment:PostLimit.py|PostLimit.py]] for an example to be put in Mailman/Handlers/PostLimit.py, and see [[attachment:extend.py|extend.py]] for a file that can be edited and put in lists/LISTNAME/extend.py to set parameters and enable this for the LISTNAME list. |
Line 4: | Line 4: |
See [[../4.67 How do I implement a custom handler in Mailman, e.g. to mung headers or filter posts based on regex searches of the|4.67 How do I implement a custom handler in Mailman, e.g. to mung headers or filter posts based on regex searches of the message body?]] for more info on custom handlers. | See [[DOC/4.67 How do I implement a custom handler in Mailman, e.g. to mung headers or filter posts based on regex searches of the|4.67 How do I implement a custom handler in Mailman, e.g. to mung headers or filter posts based on regex searches of the message body?]] for more info on custom handlers. |
This can be done with a custom handler. See PostLimit.py for an example to be put in Mailman/Handlers/PostLimit.py, and see extend.py for a file that can be edited and put in lists/LISTNAME/extend.py to set parameters and enable this for the LISTNAME list.
See 4.67 How do I implement a custom handler in Mailman, e.g. to mung headers or filter posts based on regex searches of the message body? for more info on custom handlers.