On Fri, Jan 21, 2011 at 12:11:38AM +0800, Joe Wong wrote: > shortly, I don't want to bounce the message if it was tagged as spam by > SpamAssassian. So, I was looking for a way not to bounce if X-SPAM-Flag: yes > in found in the message. any thought?
You should not have many such bounces, because if the recipient is invalid, you should have rejected the mail during the SMTP transaction, before SA got to see it. If you bounce mail for over-quota users, you should periodically update an access table with the current list of over-quota users, and avoid accepting their mail which is going to bounce. -- Viktor.