bagder: curl-www last20threads.pl,1.13,1.14

[email protected]
Newsgroups gmane.comp.web.curl.www.cvs
Message-ID <[email protected]>
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv29199

Modified Files:
	last20threads.pl 
Log Message:
strip off mailing list subject prefix before the other subject regexes are
performed


Index: last20threads.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/last20threads.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- last20threads.pl	24 May 2005 22:06:34 -0000	1.13
+++ last20threads.pl	19 Aug 2005 06:10:42 -0000	1.14
@@ -219,13 +219,13 @@
 
         my $s= $subject;
 
-        $s =~ s/^((Sv|Réf[. ]*|Re *|RE\.|Fwd|FW|Re\[(\d+)\]): *)*//ig;
-        $s =~ s/[ \t\n]+/ /g;
-
         # Here's a special to strip off the subject prefix of the curlpp
         # mailing list:
         $s =~ s/\[cURLpp\] *//g;
 
+        $s =~ s/^((Sv|Réf[. ]*|Re *|RE\.|Fwd|FW|Re\[(\d+)\]): *)*//ig;
+        $s =~ s/[ \t\n]+/ /g;
+
         $store{$s}++;
 
         if(!$inreplyto) {

_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.