Changeset 32 for trunk/hldfilter
- Timestamp:
- 06/01/01 13:35:35 (9 years ago)
- Location:
- trunk/hldfilter
- Files:
-
- 5 modified
-
docs/BUGS (modified) (1 diff)
-
docs/REINSTALL (modified) (1 diff)
-
hldfilter (modified) (2 diffs)
-
install.pl (modified) (1 diff)
-
statsgen.pl (modified) (1 diff)
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. ** 1 2 2 3 I've tested on my own and it seems to work very well. If you find a bug, -
trunk/hldfilter/docs/REINSTALL
r29 r32 5 5 6 6 7 Make sure you have the following files: 8 forwardrules 9 hldfilter.rc 10 ignore 11 log 12 mailback 13 reject 14 rejectspam ( new to 2.4 ) 15 rules 16 stats.ignore 17 subjectrules 18 19 If you don't have any of these files, then just touch it. -
trunk/hldfilter/hldfilter
r29 r32 11 11 # 12 12 ########################################################################### 13 # $rcs = ' $Id: hldfilter,v 3. 0 2001/06/01 16:42:36wombat Exp $ ' ;13 # $rcs = ' $Id: hldfilter,v 3.1 2001/06/01 17:35:32 wombat Exp $ ' ; 14 14 ########################################################################### 15 15 … … 222 222 rejectmsg=Message Not Accepted # message to reject with 223 223 224 CheckSenderValidity= yes# check how valid the sender's email address is224 CheckSenderValidity=no # check how valid the sender's email address is 225 225 tidyMessages=yes # clean up messages? (not tested thorougly) 226 226 replyInvalidUser=no # should we reply to invalid users? -
trunk/hldfilter/install.pl
r29 r32 16 16 # 17 17 ########################################################################### 18 # $rcs = ' $Id: install.pl,v 3. 0 2001/06/01 16:42:36wombat Exp $ ' ;18 # $rcs = ' $Id: install.pl,v 3.1 2001/06/01 17:35:32 wombat Exp $ ' ; 19 19 ########################################################################### 20 20 -
trunk/hldfilter/statsgen.pl
r29 r32 11 11 # 12 12 ########################################################################### 13 # $rcs = ' $Id: statsgen.pl,v 3. 0 2001/06/01 16:42:36wombat Exp $ ' ;13 # $rcs = ' $Id: statsgen.pl,v 3.1 2001/06/01 17:35:32 wombat Exp $ ' ; 14 14 ########################################################################### 15 15 use strict;
