John - Can you please post line numbers or a diff for those changes?
Thanks,
John Delisle Senior Network Analyst Ceridian Canada Ltd Information Systems & Technology Management Dept, Network and Security Team 204-975-5909
********************************************************************** This e-mail and any files transmitted with it are considered confidential and are intended solely for the use of the individual or entity to whom they are addressed (intended). This communication is subject to agent/client privilege. If you are not the intended recipient (received in error) or the person responsible for delivering the e-mail to the intended recipient, be advised that you have received this e-mail in error and that any use, dissemination, forwarding, printing or copying of this e-mail is strictly prohibited. If you have received this e-mail in error please notify the sender immediately.
**********************************************************************
----- Original Message ----- From: John_Delisle
John - Can you please post line numbers or a diff for those changes?
The following diff assumes Mail::SpamAssassin version 2.63 with SpamCopUri 0.09 already installed
diff PerMsgStatus.pm.orig PerMsgStatus.pm ----cut------ 1777a1779,1787
dbg("Got URI: $uri"); $uri =~ s/\%68/h/g; $uri =~ s/\%74/t/g; $uri =~ s/\%70/p/g; $uri =~ s/http:\/([^\/])/http:\/\/$1/g; $uri =~ s/http:\/\/http:\/\//http:\/\//g; $uri =~ s/^http:\/\/(?:drs|rd).yahoo.com\/[^\*]+\*(.*)$/$1/g; dbg("URI after filter: $uri");