https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6057





--- Comment #6 from Dennis German <[email protected]>  
2009-02-05 06:49:13 PST ---
Mr. Markowitz, Thank you for the explanation. I knew what a redirector is but
it didn't click ( I think obfuscated was the keyword) . This is a great example
of a rule someone would want to write.

http://chkpt.zdnet.com/chkpt/whatever/http://spammer.domain.cc/secure.com 
/^https?:\/\/(?:opt\.)?chkpt\.zdnet\.com\/chkpt\/\w+\/(.*)$/i

string beginning with http and maybe an s  then :// 
maybe a ( then :opt.  maybe a ) then   chkpt.zdnet.com/chkpt/
then one or more words followed by /  
 a ( and all the rest of the characters to the end of the line
   that is the phisher's actual target URI
ignoring case

((I am unclear regarding the   (:opt) portion?? ))
(( could you explain it?   ))

A help would be a reference to  www.spaweditor.com/scripts/regex
and  regex.powertoy.org  


-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to