Alexander Gerasiov
2006-Nov-12  05:53 UTC
[Logcheck-devel] Bug#398163: One more patch for postfix's rules
Package: logcheck-database
Version: 1.2.50
Severity: normal
Tags: patch
In /etc/logcheck/ignore.d.server/postfix
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:alnum:]]+:
(resent-|)message-id=<[[:alnum:].]+@[-_.[:alnum:]]+>$
should be
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:alnum:]]+:
(resent-|)message-id=<[[:alnum:].-]+@[-_.[:alnum:]]+>$
-- System Information:
Debian Release: 3.1
  APT prefers proposed-updates
  APT policy: (670, 'proposed-updates'), (670, 'stable'), (620,
'testing-proposed-updates'), (620, 'testing'), (600,
'unstable'), (550, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-2-vserver-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Versions of packages logcheck-database depends on:
ii  debconf [debconf-2.0]         1.4.30.13  Debian configuration management sy
logcheck-database recommends no packages.
-- debconf information:
  logcheck-database/conffile-cleanup: false
  logcheck-database/rules-directories-note:
  logcheck-database/standard-rename-note:
Alexander Gerasiov
2006-Nov-12  08:30 UTC
[Logcheck-devel] Bug#398163: Acknowledgement (One more patch for postfix's rules)
?? Sat, 11 Nov 2006 22:03:11 -0800
owner at bugs.debian.org (Debian Bug Tracking System) ????????:
ouch
One yet symbol in expression.
In /etc/logcheck/ignore.d.server/postfix
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:alnum:]]+:
(resent-|)message-id=<[[:alnum:].]+@[-_.[:alnum:]]+>$
should be
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/cleanup\[[0-9]+\]: [[:alnum:]]+:
(resent-|)message-id=<[[:alnum:].-_]+@[-_.[:alnum:]]+>$