Alexander Gerasiov
2006-Nov-15 09:32 UTC
[Logcheck-devel] Bug#398163: Sorry, my regexp was wrong a bit
Package: logcheck-database
Version: 1.2.50
Followup-For: Bug #398163
I wrote wrong regexp in my last mail, the right one is
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:]]+>$
(not [[:alnum:].-_] but [[:alnum:]._-] in first part on message-id)
Sorry again. =(
-- 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:
Possibly Parallel Threads
- Bug#367781: logcheck-database: postfix/smtp read timeout (port 25) regexp wrong
- Bug#568815: Redundant messages from dhcpd in logcheck output in "server" mode.
- Bug#363336: logcheck-database: incomplete regexp for popa3d log message
- Bug#346350: logcheck-database: dhcp3-server ignores need to include (none ) client host name
- Bug#368313: logcheck-database: new postfix violations ignore rule
