[Mailman-Developers] My admins speak out...

Dan Mick Dan Mick <Dan.Mick@West.Sun.COM>
Tue, 31 Oct 2000 15:13:05 -0800 (PST)


>     if getattr(mlist, 'auto_reject', 0):
>         raise DiscardMessage

Very nice; had no idea that one little exception is all it
takes.

Is there anything similarly-simple to generate a generic bounce
message and discard, or is that all "call some reply method
and then raise DiscardMessage"?