Hello Sam,

> BTW, spamdyke won't find a keyword like "dyn" in the middle of other
> text like "dynamic".  In order to match, a keyword must (1) be at the 
> beginning of the name, (2) be surrounded with non-alphanumeric 
> characters (i.e. dots or dashes) AND include the rDNS name's TLD (e.g. 
> "example" would not be found in "11.22.33.44.example.com") or (3) the 
> keyword must begin with a dot AND match the entire end of the rDNS name 
> (e.g. ".example.com" would match "11.22.33.44.example.com").  This logic 
> exists to prevent a keyword like "dynamic" from matching 
> "11.22.33.44.notdynamic.example.com".
Well, it is not good really, I know that correctly work on wildcards is not
easy work in C, unlike, perl, but it would be very good to use file like
.*dynamic.*
.dynamic*.*                                                                     
                        
.broadband*.*                                                                   
                        
.*broadband.*                                                                   
                        
.*cable.*                                                                       
                        
.cable*.*                                                                       
                        
.*pppoe.*                                                                       
                        
.pppoe*.*
   Or else we will read log for a full days to find out all possible
home-dynamic-cable-broadband providers all over the world...

-- 
Best regards,
 Youri                            mailto:[EMAIL PROTECTED]

_______________________________________________
spamdyke-users mailing list
[email protected]
http://www.spamdyke.org/mailman/listinfo/spamdyke-users

Reply via email to