[Netmail-cvs] netmail hashcash.conf,NONE,1.1
Brought to you by:
pascal666
From: Pascal <pas...@us...> - 2004-08-02 00:05:13
|
Update of /cvsroot/netmail/netmail In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26827 Added Files: hashcash.conf Log Message: Config file for my hashcash agent for Novell NetMail --- NEW FILE: hashcash.conf --- # Hashcash agent for Novell NetWare configuration file. # http://netmail.sourceforge.net # Lines starting with a # are comments. # The only required option is "from". # The IP address of the server running NMAP. # If running on the same server as NMAP, leave at default. #IP=127.0.0.1 # The TCP port NMAP is listening for agents on. # You will not normally need to change this. #port=689 # Number of bits in desired hash-collision. # SpamAssassin assigns the following values to hashcash: # <20 bits 0 # 20 bits -0.5 # 21 bits -0.7 # 22 bits -1 # 23 bits -2 # 24 bits -3 # 25 bits -4 # >25 bits -5 # This means, when sending email to system running SpamAssassin, collisions # of less than 20 bits or more than 26 bits are a waste of time. #bits=22 # Senders whose email hashcash should be added to. # This field is case-insensitive. # Multiple values are allowed, one per line. # This value is compared to the end of the sender field of each e-mail. # Normally you will set this to your domain name. # Using the author's e-mail address Pas...@Us... as an # example, any of the below would match. from=Forge.Net #from=SourceForge.Net #from=Users.SourceForge.Net #from=66...@Us... #from=Pas...@Us... #from=pas...@us... #from=PAS...@US... #from=PaS...@Us... |