On Nov 28, 2004, at 03:16, David Gibbs wrote:
Does anyone know if there is a way to NOT include the original email when commands sent to the -request address responds?
In Mailman/Queue/CommandRunner.py, try commenting out the section at the end of Results.send_response:
msg.set_type('multipart/mixed')
msg.attach(results)
# orig = MIMEMessage(self.msg)
# msg.attach(orig)
msg.send(self.mlist)
I would be concerned that doing that might make it more difficult for legitimate users to figure out what went wrong with their mail to the -request address though.
-- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship http://Starship.Python.net/ Ringo MUG Tokyo http://www.ringo.net/rss.html
------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
