Comment 3 for bug 862416

Revision history for this message
Simon Déziel (sdeziel) wrote :

@Dave

I just noticed that my diff in comment #1 does not match all cases as it does not catch IPv6 addresses.

There are more problems than simply the policy bank name appearing in the logs. Here are all the cases that make logcheck report noise (fail to silence the log messages as they no longer match the ignore rules) :

* properly configured trusted/internal networks in spamassassin: this is responsible for the "LOCAL" string in the logs
* alternate policy banks in amavis : this is responsible for the "DKIM" in m example but that can be any string
* IPv6 delivery : add the "IPv6:" prefix in front of the addresses

I agree with you that the importance is low as this simply implies more noise in logcheck reports. I'd like to see this fixed though so I've attached 2 diffs that should take care of all the above.