Carlos R. Pasqualini wrote: > >i cannot find any way to reject emails (coming from valid senders) which >exceeded the maximum allowed message size. > >mailman currently put them on hold, but i want to instantly reject it >with an alert to the user.
Then you need to either modify Mailman/Handlers/Hold.py as indicated in the post you found here >the only thing i found is: >http://www.mail-archive.com/[email protected]/msg46813.html > >but i don't think that shall be good idea Or you could implement a custom handler <http://wiki.list.org/x/l4A9> to go in the pipeline prior to Hold which would do this test and rejection. >is there a simple/standard way of configuring this behavior? No. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
