SASQL errors in Squirrelmail SENT message headers

In the Sent folder all sent messages show these two errors in their headers:

Notice: Undefined index: score in /usr/local/interworx/lib/squirrelmail/plugins/sasql/sasql_hooks.php on line 418

Notice: Undefined index: required in /usr/local/interworx/lib/squirrelmail/plugins/sasql/sasql_hooks.php on line 419

Anybody know what this is about? There doesn’t seem to be anything wrong with SpamAssassin’s effectiveness. Spam volume is so low I can’t determine if Bayes and the learning folders have a problem. So obviously this isn’t a biggy, just want to clean things up.

Try adding this top the top of
~iworx/lib/squirrelmail/config/config.php

error_reporting( E_ALL & ~E_NOTICE );

Paul

That did the trick. So it was just a little noisy, eh? Thanks a bunch Paul!