Well I already filter by putting it in a different folder. But I want to perminently stop certain email addresses from coming in at all. So is it best to do this at the maildrop level or does qmail have something built in that better "blocks" certain email address?
Thanks Robert >> # This routine will dump the spam into the user's file >> :0 H >> * ^Subject:.*\[SPAM\] >> $MAILDIRLOG/spam.log > > FWIW, I think it's easier to filter based on the "X-Spam-Status: Yes" > header. If you're using per-user rules, it's possible for the user to turn > off subject alteration. > >
