http://bugzilla.spamassassin.org/show_bug.cgi?id=3010





------- Additional Comments From [EMAIL PROTECTED]  2004-02-15 19:08 -------
I'm not sure why you think 3043 is a duplicate of this.  Certainly fixing 
this might solve the problems of 3010, but then again it might not. 
 
I've been working on anti-virus rules and that is where 3034 came from.  
I've been trying to translate the nkvir-rc procmail ruleset into SA. 
 
With 3043 fixed, my translation should work.  I am worried about performance 
though and I've been thinking about how to do static string matches much  
faster.  I don't know SA's architecture well enough to know how hard it  
would be to implement the speedups I'm thinking about. 
 
Basically, I want to parse regex's in perl and if they have a limited  
start or end substring that is unique or semi-unique then they can be 
combined together a @matches = /(rx1|rx2|rx3) and then do a lookup on the 
static substring to to see which ones were actually hit. 
 
I'm not volunteering to do this as I don't have the free week it would take. 
 
-Dave 
 



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to