On Sun, Oct 23, 2011 at 9:21 AM, Andrew Colin Kissa <[email protected]>wrote:
> > On 23 Oct 2011, at 4:12 PM, Dave Jones wrote: > > > New baruwa.conf > > ============ > > SQL Serial Number = SELECT value AS confserialnumber FROM scanner_config, > scanners WHERE scanner_config.host_id = scanners.idAND > internal='confserialnumber' LIMIT 1 > > SQL Quick Peek = SELECT value FROM scanner_config, scanners WHERE > scanner_config.host_id = scanners.id AND external = ? AND scanners.address > = ? > > SQL Config = SELECT internal, value FROM scanner_config, scanners WHERE > scanner_config.host_id = scanners.id AND scanners.address = ? > > SQL Ruleset = SELECT @rownum:=@rownum+1 num, rule FROM ms_rulesets, > (SELECT @rownum:=0) r WHERE name=? > > SQL SpamAssassin Config = > > SQL Debug = yes > > Just comment those out, they are there to bootstrap the online signature > management. > > When I comment out those lines I get this: (I already tried going back to the old baruwa.conf before posting) [root@maillnx02 conf.d]# MailScanner --lint Trying to setlogsock(unix) Reading configuration file /etc/MailScanner/MailScanner.conf Reading configuration file /etc/MailScanner/conf.d/baruwa.conf Reading ruleset htmlsigs for keyword inlinehtmlsig Can't use an undefined value as an ARRAY reference at /usr/share/MailScanner/MailScanner/Config.pm line 2588, <DATA> line 500. When I comment these, they should use the values in the MailScanner.conf so they should be defined as empty values. -- > Baruwa - www.baruwa.org > > _______________________________________________ > Keep Baruwa FREE - http://pledgie.com/campaigns/12056 >
_______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056

