Changeset 32 for trunk/hldfilter

Show
Ignore:
Timestamp:
06/01/01 13:35:35 (9 years ago)
Author:
wombat
Message:

Fixed checkuser bug

Location:
trunk/hldfilter
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/hldfilter/docs/BUGS

    r29 r32  
     1** CheckUser seems to cause latency with sendmail and sometimes won't work.  If you turn it off in the hldfilter.rc file then you won't get this problem. ** 
    12 
    23I've tested on my own and it seems to work very well.  If you find a bug, 
  • trunk/hldfilter/docs/REINSTALL

    r29 r32  
    55 
    66 
     7Make sure you have the following files: 
     8forwardrules   
     9hldfilter.rc   
     10ignore   
     11log   
     12mailback   
     13reject   
     14rejectspam      ( new to 2.4 ) 
     15rules   
     16stats.ignore   
     17subjectrules 
     18 
     19If you don't have any of these files, then just touch it. 
  • trunk/hldfilter/hldfilter

    r29 r32  
    1111# 
    1212########################################################################### 
    13 #       $rcs = ' $Id: hldfilter,v 3.0 2001/06/01 16:42:36 wombat Exp $ ' ; 
     13#       $rcs = ' $Id: hldfilter,v 3.1 2001/06/01 17:35:32 wombat Exp $ ' ; 
    1414########################################################################### 
    1515 
     
    222222rejectmsg=Message Not Accepted   # message to reject with 
    223223 
    224 CheckSenderValidity=yes      # check how valid the sender's email address is 
     224CheckSenderValidity=no      # check how valid the sender's email address is 
    225225tidyMessages=yes             # clean up messages?  (not tested thorougly) 
    226226replyInvalidUser=no          # should we reply to invalid users? 
  • trunk/hldfilter/install.pl

    r29 r32  
    1616# 
    1717########################################################################### 
    18 #   $rcs = ' $Id: install.pl,v 3.0 2001/06/01 16:42:36 wombat Exp $ ' ; 
     18#   $rcs = ' $Id: install.pl,v 3.1 2001/06/01 17:35:32 wombat Exp $ ' ; 
    1919########################################################################### 
    2020 
  • trunk/hldfilter/statsgen.pl

    r29 r32  
    1111# 
    1212########################################################################### 
    13 #       $rcs = ' $Id: statsgen.pl,v 3.0 2001/06/01 16:42:36 wombat Exp $ ' ; 
     13#       $rcs = ' $Id: statsgen.pl,v 3.1 2001/06/01 17:35:32 wombat Exp $ ' ; 
    1414########################################################################### 
    1515use strict;