diff --git a/postfix_mailqueue b/postfix_mailqueue index 3685e7e..5891b38 100755 --- a/postfix_mailqueue +++ b/postfix_mailqueue @@ -81,8 +81,8 @@ munin-node. MAILLOG=${maillog:-/var/log/mail.log} MINUTES=${minutes:-5} -OUTGOING_REGEX=${outgoing_regex:-postfix/smtp\[.*status=sent} -INCOMING_REGEX=${incoming_regex:-postfix/pipe\[.*status=sent} +OUTGOING_REGEX=${outgoing_regex:-"postfix/smtp\[.*status=sent"} +INCOMING_REGEX=${incoming_regex:-"postfix/pipe\[.*status=sent"} # atempt to get spooldir via postconf, but environment overrides.