Enrique,
You are correct in the first assumption. This entry:
216.82.253.*~47795.0
will allow the entire Class C range to pass the greylist filter. While that list was not originally intended to be user-modifiable, it does support the use of wildcards. You can also use the "*" to wildcard larger ranges. For example:
216.82.*~47795.0
will allow the whole 216.82.nnn.nnn range to be excluded. You can also use this:
216.82.25*~47795.0
to allow the range: 216.82.250.nnn 216.82.251.nnn ..... 216.82.255.nnn
The use of the "?" to substitute a single character is also supported. For example:
216.82.2?3.*~47795.0
will allow you to exclude the range:
...
The decimal number after the "~" character indicates the number of days that have passed since 12/30/1899. The fractional part of the value is fraction of a 24 hour day that has elapsed.
SpamFilter will delete from the greylist file any IPs that are listed having a date indicated in the above format which is older than the number of days indicated in the following SpamFilter parameter (60 days by default): GreyListAllowedHold=60
So in your example, if you have an entry with: 216.82.24*.*~47795.0
The number 47795.0 indicates 47795 days after 12/30/1899, which adds up to Nov 7, 2030. So SpamFilter would delete that line from the GreyListAllowed.txt file 60 days after that day, on Jan 6, 2031. So that entry would pretty much be permanent for the next 16 years or so.
------------- Roberto Franceschetti
http://www.logsat.com" rel="nofollow - LogSat Software
http://www.logsat.com/sfi-spam-filter.asp" rel="nofollow - Spam Filter ISP
|