From 4c0632e0437901a99f0d7896163706ece4cd48d0 Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Mon, 29 Apr 2013 22:40:07 -0400 Subject: [PATCH] summarize: fix syntax error --- log/summarize | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/log/summarize b/log/summarize index a0066f1..1c85070 100755 --- a/log/summarize +++ b/log/summarize @@ -91,13 +91,13 @@ sub get_default_field_widths { count_unrecognized_commands => "%-5.5s", unrecognized_commands => "%-5.5s", connection_time => "%-4.4s", - ), map { $_ => "%-3.3s" } qw/ dnsbl rhsbl relay karma fcrdns earlytalker check_earlytalker helo tls auth::auth_vpopmail auth::auth_vpopmaild auth::auth_vpopmail_sql auth::auth_checkpassword badmailfrom check_badmailfrom sender_permitted_from resolvable_fromhost dont_require_anglebrackets - queue::qmail-queue queue::smtp-forward /; + queue::qmail-queue queue::smtp-forward / + ); return %widths; };