# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # bHjp spamfilter (v2.x) block configuration file # # format: ,, # # valid fields: domain, todomain, temail, femail # or any field from the email header # # valid actions: block, pass # # Note: the order of this file determines WHEN patterns are passed/blocked; # it is highly recommended that you maintain the default order unless # you understand the implecations of changing it. # -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- # --------------------------------------------------------------------------- # SPECIAL FIELDS # user configurable -- block any other fields in the header # --------------------------------------------------------------------------- subject,block,adv: # --------------------------------------------------------------------------- # FROM DOMAIN PASS # domains to automatically pass (add your domain in here). note that the # domain is parsed out in code. # --------------------------------------------------------------------------- domain,pass,example.com # --------------------------------------------------------------------------- # TO EMAIL PASS # any email sent to these addresses will be passed (add your address here) # --------------------------------------------------------------------------- temail,pass,you@example.com # --------------------------------------------------------------------------- # FROM DOMAIN BLOCK # block any email from these domains -- potentially dangerous do not block # major providers such as yahoo, aol or msn unless you are absolutely sure # that you don't want ANY email from ANYONE in that domain. note that the # domain is parsed out in code. # --------------------------------------------------------------------------- domain,block,spammer.com # --------------------------------------------------------------------------- # TO EMAIL BLOCK # email send to the following addresses will be blocked # (ie: unlisted-recipients) # --------------------------------------------------------------------------- temail,block,unlisted-recipients # --------------------------------------------------------------------------- # FROM EMAIL BLOCK # fall-through: email addresses not matched by above patterns are auto- # matically added to the end of this file if autoaddblock in the spamfilter # spamfilter.conf file is set to 1. # # !!!!NOTE: DO NOT ADD ANYTHING BELOW THIS LINE!!!!! # --------------------------------------------------------------------------- femail,block,spammer@spam.com