https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6057
Per Jessen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #10 from Per Jessen <[email protected]> 2010-11-16 09:54:59 UTC --- A regex pattern that extracts the target URI from a redirector URI. The target URI will be used for URIBL lookups. The pattern must match the entire redirector URI including the target. The target URI is identified by surrounding it in parentheses to make it the first capturing backreference in the regex. Only one backreference is allowed, others should be made non-capturing. URI parsing checks every URI string against every redirector_pattern that is defined. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
