root/trunk/hldfilter/hldfilterconf/hldfilter.rc

Revision 1, 1.2 kB (checked in by wombat, 10 years ago)

Initial revision

Line 
1#   HLDFilter Config File.  Anything following a '#' will be ignored.
2
3maildir=/home/wombat/.Mail   # the directory containing all your mail folders
4statsdir=/home/wombat/public_html/stats    # directory containing your stats web
5                                                                                                                                                     #     pages.
6
7loglevel=1                   # set to 0 if you don't want logs
8statslevel=1                 # Stats
9
10email=wombat@hld.ca          # your email address
11smtpserver=localhost         # your outgoing mailserver
12rejectmsg=Message Not Accpepted   # message to reject with
13
14CheckSenderValidity=yes      # check how valid the sender's email address is
15tidyMessages=yes             # clean up messages?  (not tested thorougly)
16replyInvalidUser=no          # should we reply to invalid users?
17RejectedSpamBounceISP=yes    # send mail to abuse@theirISP.com?
18IgnoreSpamBounceISP=no       # do the same when we ignore
19InvalidUserBounceISP=yes     # again, but with invalid email addresses
20
21Stats_HideSpammersEmail=no   # hide the spammers email addresses
22Stats_HideAcceptedEmail=no   # hide the accepted email addresses
23TopSpammersCount=10          # 0 is all.  This is the max number shown
24TopAcceptedCount=10          # 0 is all.
Note: See TracBrowser for help on using the browser.