View | Details | Raw Unified | Return to bug 234173
Collapse All | Expand All

(-)amavisd (-1 / +1 lines)
Lines 28858-28862 Link Here
28858
        if ($one_at_a_time) {  # glob templates may be substrings anywhere
28858
        if ($one_at_a_time) {  # glob templates may be substrings anywhere
28859
          local($1);  @query_expanded = @query_template;  # start afresh
28859
          local($1);  @query_expanded = @query_template;  # start afresh
28860
          s{ ( {} (?: / \* )? | \* ) }
28860
          s{ ( \{\} (?: / \* )? | \* ) }
28861
           { $1 eq '{}'   ? "$tempdir/parts"
28861
           { $1 eq '{}'   ? "$tempdir/parts"
28862
           : $1 eq '{}/*' ? ($multi=1,"$tempdir/parts/$f")
28862
           : $1 eq '{}/*' ? ($multi=1,"$tempdir/parts/$f")

Return to bug 234173