Whatever

sa: URLRedirect.cf

# $Id: URLRedirect.cf,v 1.10 2009/11/13 17:36:08 jonas Exp $

# Please note that the systems below are not there because they are abused
# by spammers. They are there because they exists (or existed).

urlredirect_max_recursion		2

urlredirect_dnslist			shorturl.junkemailfilter.com

#urlredirect_hostpath			tinyurl.com
#urlredirect_hostpath_file		URLRedirect.hostpath

#urlredirect_subdomain			notlong.com
#urlredirect_subdomain_file		URLRedirect.subdomain

#urlredirect_domain			fulpaziy.cn
#urlredirect_match			(http://www.fulpaziy.cn/\?[a-z]+=[^&]+).*

header		URL_REDIRECT		eval:urlredirect_redirect()
header		URL_REDIRECTS		eval:urlredirect_redirects(3)
header		URL_REDIRECTOR		eval:urlredirect_redirector()
header		URL_REDIRECTORS		eval:urlredirect_redirectors(3)
header		URL_REDIRECT_RECURSE	eval:urlredirect_recursion()
header		URL_REDIRECT_RECURSE_2	eval:urlredirect_recursions(2)
header		URL_REDIRECT_TOSAME	eval:urlredirect_tosamedomain()

describe	URL_REDIRECT		URL redirection
describe	URL_REDIRECTOR		URL redirector
describe	URL_REDIRECTORS		Multiple URL redirectors
describe	URL_REDIRECT_RECURSE	recursive URL redirection
describe	URL_REDIRECT_RECURSE_2	recursive recursive URL redirection
describe	URL_REDIRECT_TOSAME	URL redirects to same domain

score		URL_REDIRECT		0.001
score		URL_REDIRECTOR		0.001
score		URL_REDIRECTORS		0.1
score		URL_REDIRECT_RECURSE	0.5
score		URL_REDIRECT_RECURSE_2	1.0
score		URL_REDIRECT_TOSAME	0.25


(2009-07-10)