> -----Original Message-----
> From: Chris Santerre [mailto:[EMAIL PROTECTED] 
> Sent: Thursday, October 23, 2003 3:08 PM
> To: 'Colin A. Bartlett'; Patrick Morris
> Cc: [EMAIL PROTECTED]
> Subject: RE: [SAtalk] [RD] yahoo redirect
> 
> 
> 
> > 
> > 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


I made mine much more general:

describe MY_URI_REDIRECT    MY: Redirect
uri      MY_URI_REDIRECT    /http:\/\/.*\/\*http:\/\//i
score    MY_URI_REDIRECT    4.0

I don't know if I open myself up for a potential problem but I have not had
any FPs yet.


--Larry



-------------------------------------------------------
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