Differences between revisions 1 and 4 (spanning 3 versions)
Revision 1 as of 2013-07-21 18:04:17
Size: 660
Editor: msapiro
Comment: Changed number.
Revision 4 as of 2015-02-01 03:48:02
Size: 594
Editor: msapiro
Comment: Filename too long error. Used a shorter redirected name.
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?|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.

MailmanWiki: DOC/4.91 Can I limit the number of posts in a given time period per member and/or per list? (last edited 2015-02-01 16:37:27 by msapiro)