/[Apache-SVN]/spamassassin/trunk/build/automc/populate_cor_nightly
ViewVC logotype

Diff of /spamassassin/trunk/build/automc/populate_cor_nightly

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

--- spamassassin/trunk/build/automc/populate_cor_nightly	2005/12/06 22:12:06	354589
+++ spamassassin/trunk/build/automc/populate_cor_nightly	2005/12/06 22:36:45	354590
@@ -32,7 +32,7 @@ foreach my $submitter (<*>) {
       next unless (-d $dir);
       print OUT "$type:dir:$RAWCOR_DIR/$dir\n";
     }
-    foreach my $mbox (<$submitter/$type/*.mbox>) {
+    foreach my $mbox (<$submitter/$type/*.[mM][bB][oO][xX]>) {
       next unless (-f $mbox);
       print OUT "$type:mbox:$RAWCOR_DIR/$mbox\n";
     }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26