Karl Chen
2006-Mar-13 22:35 UTC
[Logcheck-devel] Bug#356754: logcheck-database: postfix warning: 'reply length > buffer length'
Package: logcheck-database Version: 1.2.43a Severity: wishlist Tags: patch Hi, I get warnings like these Mar 10 00:29:59 roar postfix/smtpd[20891]: warning: reply length 4159 > buffer length 4096 for name=mail.agkhf.com type=A which I think are ignorable. I suggest the following addition: Index: postfix ==================================================================--- postfix (revision 1232) +++ postfix (working copy) @@ -74,3 +74,4 @@ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/scache\[[0-9]+\]: statistics: (domain|address) lookup hits=[0-9]+ miss=[0-9]+ success=[0-9]+%$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/scache\[[0-9]+\]: statistics: max simultaneous domains=[0-9]+ addresses=[0-9]+ connection=[0-9]+$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: initializing the server-side TLS engine$ +^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: reply length [0-9]+ > buffer length 4096 for name=[^[:space:]]+ type=[A-Z]+$