From: Mark [mailto:ad...@asarian-host.net] Sent: donderdag 2 april 2009 21:14 To: users@spamassassin.apache.org Subject: Annoying -w errors in syslog To answer my own question, in log_message, in Logger.pm, I added this, prior to when the message is being written: return if ($message =~ /\bUse of uninitialized value\b/m); Obviously, that's an ugly hack. :) But perhaps, for future references, something could be added to Conf that allow you to skip certain phrases from being logged?