reopen 437752 retitle 437752 logcheck-database: backport postfix valid_hostname rules thanks
On Tue, Aug 14, 2007 at 02:14:37PM -0400, Frédéric Brière wrote: > I see that all three rules were already added in 1.2.56. Thanks guys! Dang. It would appear that postfix's wording changed between 2.3 and 2.4 -- 2.3 does not include the "valid_hostname" part. Would it be possible to make that part optional? ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: (valid_hostname: )?empty hostname$ ^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/smtpd?\[[0-9]+\]: warning: (valid_hostname: )?numeric hostname: [.[:digit:]]+$ That way, folks who've got logcheck backported would benefit from this. -- Packages should build-depend on what they should build-depend. -- Santiago Vila on debian-devel