Skip to content

Commit

Permalink
Quote regex accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
cmur2 committed Sep 10, 2013
1 parent 260ed7d commit 25b86d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions postfix_mailqueue
Expand Up @@ -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.

Expand Down

0 comments on commit 25b86d7

Please sign in to comment.