[SAtalk] Re: postfix + cyrus + spamd + spamcheck.py -> quota exceeded problem

2002-05-15 Thread Bryan Fullerton
On Wednesday, May 15, 2002, at 07:24 PM, Bryan Fullerton wrote: > +lmtp.sendmail(sender, recipient, checked_data) > +except smtplib.SMTPDataError, errors: > +elif errors.smtp_code/100 == 4: > +sys.exit(75) > +else: > +ra

[SAtalk] Re: postfix + cyrus + spamd + spamcheck.py -> quota exceeded problem

2002-05-15 Thread Bryan Fullerton
On Wednesday, May 8, 2002, at 07:57 PM, Daniel Pittman wrote: > Yup. Postfix respects the standard system return codes, so returning one > of those should just do the right thing. You need to detect the problem, > of course, and return the right code. Ok, how about this. Seems to be working for