Package: postgrey
Severity: minor
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
it's not a big problem but logcheck's documentation say's that "." are
special characters and should be escaped....and that's what this two attached
patches do.
bye, Martin
- -- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (900, 'testing'), (700, 'testing')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16.1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
iD8DBQFEdMk/OvJj+wS6JuIRAmRBAJ425en6P6fo0NxakbX9FVIvniUbbQCgrZRi
QZSa0JW6VmTZIVmGaNKwZZM=
=v0wz
-----END PGP SIGNATURE-----
--- postgrey.logcheck.ignore.server.original 2006-05-24 22:49:06.000000000
+0200
+++ postgrey.logcheck.ignore.server 2006-05-24 22:49:39.000000000 +0200
@@ -1,6 +1,6 @@
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: cleaning up old
logs\.\.\.$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: cleaning up old
entries\.\.\.$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: cleaning main database
finished. before: [0-9]+, after: [0-9]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: cleaning clients
database finished. before: [0-9]+, after: [0-9]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: cleaning main database
finished\. before: [0-9]+, after: [0-9]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: cleaning clients
database finished\. before: [0-9]+, after: [0-9]+$
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: delayed [0-9]+ seconds:
client=.+, from=.*, to=
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: rm
/var/lib/postgrey/log.[0-9]{10}$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: rm
/var/lib/postgrey/log\.[0-9]{10}$
--- postgrey.logcheck.violations.ignore.original 2006-05-24
22:50:08.000000000 +0200
+++ postgrey.logcheck.violations.ignore 2006-05-24 22:50:36.000000000 +0200
@@ -1 +1 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]:
(NOQUEUE|[0-9A-F]{7,8}): reject: RCPT from .+\[[0-9.]{7,15}\]: 450 <.+>:
Recipient address rejected: Greylisted for [0-9]+ seconds \(see
http://isg.ee.ethz.ch/tools/postgrey/help/.+\.html\); from=<.*> to=<.+>
proto=E?SMTP helo=<.+>$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd\[[0-9]+\]:
(NOQUEUE|[0-9A-F]{7,8}): reject: RCPT from .+\[[0-9.]{7,15}\]: 450 <.+>:
Recipient address rejected: Greylisted for [0-9]+ seconds \(see
http://isg\.ee\.ethz\.ch/tools/postgrey/help/.+\.html\); from=<.*> to=<.+>
proto=E?SMTP helo=<.+>$