> 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"?