On Sun, Oct 23, 2011 at 10:23 AM, Dave Jones <[email protected]> wrote:
> > > On Sun, Oct 23, 2011 at 10:06 AM, Andrew Colin Kissa <[email protected] > > wrote: > >> >> On 23 Oct 2011, at 5:02 PM, Dave Jones wrote: >> >> > 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. >> >> If you comment out the SQL you need to comment out the other values that >> use the sql rulesets as indicated by hans >> >> # Inline HTML Signature = htmlsigs.customize >> # Inline Text Signature = textsigs.customize >> # Signature Image Filename = sigimgfiles.customize >> # Signature Image <img> Filename = sigimgs.customize >> >> Commented those 4 lines above and MailScanner --lint is clean but I still > can't get any mail to pass through MailScanner. I have disabled the postfix > header_checks so mail will continue to flow. This baruwa instance is mainly > for reporting purposes and doesn't do any spam scanning. It's an internal > mail relay for outbound delivery and not receiving from the Internet. > > I will continue testing with MailScanner --debug in a few hours since I > need to go out for a while. > > Thanks for everyone's help. > > My MailScanner problem was the perl taint problem: #!/usr/bin/perl -U -X -I/usr/lib/MailScanner I thought the Baruwa mailscanner RPM already had the "-U -X" in the first line of /usr/sbin/MailScanner. Mine didn't after the upgrade. -- >> Baruwa - www.baruwa.org >> >> _______________________________________________ >> Keep Baruwa FREE - http://pledgie.com/campaigns/12056 >> > >
_______________________________________________ Keep Baruwa FREE - http://pledgie.com/campaigns/12056

