--- a/PhishTag.pm
+++ b/PhishTag.pm
@@ -177,10 +177,10 @@
       
       dbg("PHISHTAG: Decided to keep this email and point to ". 
 	  $pms->{PHISHTAG}->{uri});
-      #make sure that SpamAssassin does not remove this email
+      # keep track of changed mail
       $pms->got_hit("PHISHTAG_TOSS", 
 		    "BODY: ", 
-		    score => -100);
+		    score => 0);
   }
   else{
       dbg("PHISHTAG: Will let this email to SpamAssassin's discretion\n");
@@ -200,10 +200,8 @@
   my $uris = $pms->get_uri_detail_list();
   #rewrite the url
   while (my($uri, $info) = each %{$uris}) { 
-      if(defined ($info->{types}->{a})){
 	  $newuri = uri_encode("$pms->{PHISHTAG}->{uri}?orig_uri=$uri");
 	  $$pristine_body=~s/$uri/$newuri/mg;
-      }
   }
   dbg("PRISTINE>>\n".$$pristine_body);
 }
