#################### # # First, we'll set up values for Mail::Bulkmail # #################### define package Mail::Bulkmail #server_class stores the server object that we're going to use. #uncomment the DummyServer line and comment out the Server line for debugging server_class = Mail::Bulkmail::Server #server_class = Mail::Bulkmail::DummyServer #log our errors ERRFILE = /home/system/public_html/cgi-bin/error.txt BAD = /home/system/public_html/cgi-bin/bad.txt GOOD = /home/system/public_html/cgi-bin/good.txt banned = /home/system/public_html/cgi-bin/banned.txt #by default, our precedence will be list #remember, it can only be list, bulk, or junk precedence = list #we're going to recommend that you follow the 80 character per line limit force80 = 1