Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: SpamAssassin: commits

svn commit: r1370784 - /spamassassin/trunk/build/mkupdates/listpromotable

 

 

SpamAssassin commits RSS feed   Index | Next | Previous | View Threaded


kmcgrail at apache

Aug 8, 2012, 7:24 AM

Post #1 of 1 (55 views)
Permalink
svn commit: r1370784 - /spamassassin/trunk/build/mkupdates/listpromotable

Author: kmcgrail
Date: Wed Aug 8 14:24:01 2012
New Revision: 1370784

URL: http://svn.apache.org/viewvc?rev=1370784&view=rev
Log:
Adding parens on regex to define $1 for bug 6820

Modified:
spamassassin/trunk/build/mkupdates/listpromotable

Modified: spamassassin/trunk/build/mkupdates/listpromotable
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkupdates/listpromotable?rev=1370784&r1=1370783&r2=1370784&view=diff
==============================================================================
--- spamassassin/trunk/build/mkupdates/listpromotable (original)
+++ spamassassin/trunk/build/mkupdates/listpromotable Wed Aug 8 14:24:01 2012
@@ -209,7 +209,7 @@ foreach my $plistkey (sort keys %{$plist
if ($tfs) {
next if ($tfs =~ /\bnopublish\b/);

- if ($tfs =~ /\bpublish\b/) {
+ if ($tfs =~ /\b(publish)\b/) {
if (defined $1) {
$notes = "tflags ".$1;
} else {

SpamAssassin commits RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.