> mm-handler parses its arguments from sendmail and builds a list of > recipients and then processes that list in a loop. If it is really the > case that a message addressed to, e.g., more than one list will be > passed from sendmail to mm-handler as one invocation with multiple > recipients, then the problem is you can only return one exit status, > and the desposition might not be the same for all recipients.
The mailman.mc file (cited in README.mm-handler) mentions this vaguely. If the "m" flag is not present in the mailer definition (the "M" line) in sendmail.cf, then mm-handler will be run once per recipient. It's important NOT to have an "m" flag, but just in case you forget that, mm-handler tries to handle multiple recipients a little. -- -D. [EMAIL PROTECTED] NSIT University of Chicago _______________________________________________ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp