Hehe, I missed the already exiting ignore.d.server/postgrey - seems as if I deleted it by accident.
Please consider applying the attended patch. It matches the current output from postgrey. Seems as if it changed since the rules were written... /Armin
--- ignore.d.server/postgrey.orig 2007-01-28 21:00:34.000000000 +0100
+++ ignore.d.server/postgrey 2007-01-28 21:07:07.000000000 +0100
@@ -1,11 +1,11 @@
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: Binding to TCP port [0-9]+ on host [0-9.]+$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: Binding to UNIX socket file .+ using SOCK_STREAM$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: Process Backgrounded$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: Setting gid to "[0-9]+ [0-9]+"$
-^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey\[[0-9]+\]: Setting uid to "[0-9]+"$
-^\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]+\]: 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: Binding to TCP port [0-9]+ on host [0-9.]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey: Binding to UNIX socket file .+ using SOCK_STREAM$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey: Process Backgrounded$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey: Setting gid to "[0-9]+ [0-9]+"$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey: Setting uid to "[0-9]+"$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey: cleaning up old logs\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey: cleaning up old entries\.\.\.$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey: cleaning main database finished\. before: [0-9]+, after: [0-9]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey: cleaning clients database finished\. before: [0-9]+, after: [0-9]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey: delayed [[:digit:]]+ seconds: client=[^[:space:]]+, from=[^[:space:]]+, to=[^[:space:]]+$
+^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postgrey: rm /var/lib/postgrey/log\.[0-9]{10}$

