diff -r 169bbf0b8dec -r f87fd632e3f6 common/mail.py --- a/common/mail.py Tue Sep 08 15:58:40 2009 +0200 +++ b/common/mail.py Tue Sep 08 15:58:47 2009 +0200 @@ -240,3 +240,7 @@ raise NotImplementedError send = send_now + + +class SkipEmail(Exception): + """raise this if you decide to skip an email during its generation"""