--- DCC.pm 2011/11/15 17:05:29 1.5 +++ DCC.pm 2011/12/23 00:02:42 @@ -862,7 +862,7 @@ } if ($tag eq "dcc:") { # query instead of report if there is an X-DCC header from upstream - unshift(@opts, '-Q', 'many') if defined $permsgstatus->{dcc_raw_x_dcc}; + unshift(@opts, '-Q') if defined $permsgstatus->{dcc_raw_x_dcc}; } else { # learn or report spam unshift(@opts, '-t', 'many');