/[Apache-SVN]/spamassassin/branches/3.1/lib/Mail/SpamAssassin/PerMsgStatus.pm
ViewVC logotype

Diff of /spamassassin/branches/3.1/lib/Mail/SpamAssassin/PerMsgStatus.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/branches/3.1/lib/Mail/SpamAssassin/PerMsgStatus.pm	2005/09/14 01:53:11	280738
+++ spamassassin/branches/3.1/lib/Mail/SpamAssassin/PerMsgStatus.pm	2005/09/14 01:53:39	280739
@@ -1802,7 +1802,7 @@ sub is_user_rule_sub {
 # Taken from URI and URI::Find
 my $reserved   = q(;/?:@&=+$,[]\#|);
 my $mark       = q(-_.!~*'());                                    #'; emacs
-my $unreserved = "A-Za-z0-9\Q$mark\E\x00-\x08\x0b\x0c\x0e-\x1f";
+my $unreserved = "A-Za-z0-9\Q$mark\E\x00-\x08\x0b\x0c\x0e-\x1a\x1c-\x1f";
 my $uricSet = quotemeta($reserved) . $unreserved . "%";
 
 my $schemeRE = qr/(?:https?|ftp|mailto|javascript|file)/i;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26