logcheck: Extend dovecot deliver regex a bit.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 6 May 2009 06:26:59 +0000 (08:26 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 6 May 2009 06:26:59 +0000 (08:26 +0200)
Previously, messages with an "unspecified" message id would not be
matched, since there are no brackets around unspecified ids.

etc/logcheck/ignore.d.server/000-local-dovecot

index 18ddef2883f0cad10d293f3ecfea7f7b945a08cb..991c2930cb6225975c7412ce5f455b276f2eb9bd 100644 (file)
@@ -1 +1 @@
-dovecot: deliver\([-a-z]*\): sieve: msgid=<[^>]*>: stored mail into mailbox '[^']*'$
+dovecot: deliver\([-a-z]*\): sieve: msgid=[^:]*: stored mail into mailbox '[^']*'$