> 
> This is what it is now:
> /^https?\:\/\/rd\.yahoo\.com\/(?:[0-9]{4,}|partner\b|dir\b)/i
> 
> This is the URL the email I got used:
> http://srd.yahoo.com/drst/accomplished/*http://www.grestccd.com/k.jpg
> 
> What if we change it to:
> /^https?\:\/\/s?rd\.yahoo\.com\/(?:[0-9]{4,}|partner\b|dir\b)/i
> 

That would do the trick for the domain name, but this:
(?:[0-9]{4,}|partner\b|dir\b)/i
is from a different URL. I think you want this whole thing:

/^https?\:\/\/w*\.yahoo\.com\/.*\/\*http/i

I _think_ that should do it. Someone want to double check that for me? :)

--Chris Santerre


-------------------------------------------------------
This SF.net email is sponsored by: The SF.net Donation Program.
Do you like what SourceForge.net is doing for the Open
Source Community?  Make a contribution, and help us add new
features and functionality. Click here: http://sourceforge.net/donate/
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to