http://bugzilla.spamassassin.org/show_bug.cgi?id=4176
------- Additional Comments From [EMAIL PROTECTED] 2005-03-23 04:03 ------- Created an attachment (id=2724) --> (http://bugzilla.spamassassin.org/attachment.cgi?id=2724&action=view) Redirector Plugin The problem with extracting the domain being redirected to from the URI is that many of the redirection sites allow for varying subdirectories in the URI before the actual domain being redirected to. One solution, all though possibly a little costly, is to grab the HTTP header for the redirection URI and check out the "Location:" header. A plugin implementation is attached. It gets the URI being redirected to and adds it to the list of URIs that the URIDNSBL plugin will end up using. Save the plugin wherever you'd like and add a loadplugin line BEFORE the URIDNSBL line in init.pre. The plugin uses the 3.1 config method, so it won't work with 3.0. You'll also need to add a list of redirection domains... see the plugin pod doc for details, but it's basically redirector_domain chkpt.zdnet.com ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
