Could we do something similar with the Debian mailing lists? Especially for unsubscribe requests being sent to the lists themselves.
Christian ---------- Forwarded message ---------- Date: 30 Jun 1996 02:35:51 -0000 From: "D. J. Bernstein" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: this is not working.... > I'm trying to keep lusers from sending subscription requests to the > mailing list. To do this, I need to have a |condredirect at the head > of the mailing list file. You could put | condredirect you-foo-request grep -s whatever you-foo-outgoing into ~you/.qmail-foo and then use qlist for ~you/.qmail-foo-outgoing. Or maybe a more positive approach: | condredirect you-foo-outgoing grep -s '^Distribute-This-Message-To: foo' you-foo-request Or hook in a fancier mailing list program. [snip]