>
> Tim Boyer wrote to users@spamassassin.apache.org:
>
> > 3.  Do I have DNS lookup enabled?  Yup:
> >
> > # Enable or disable network checks
> > dns_available yes
> > skip_rbl_checks         0
> > rbl_timeout             15
> >
> > Can't think of anything else to try.
>
> Do you have
>
>      # If boolean true, skip SA network tests
>      $SALocalTestsOnly = 1;
>
> in your mimedefang-filter? Make sure you set $SALocalTestsOnly to zero.
> For whatever reason, MIMEDefang decided they would override this *one*
> SA option within mimedefang-filter. ;-)
>

Yup:

$AdminAddress = '[EMAIL PROTECTED]';
$AdminName = "Tim Boyer";
$SALocalTestsOnly = 0;


> If that doesn't help, get a bigger hammer, or maybe ask on the
> MIMEDefang list.
>

I've posted substantially the same message there - with substantially the
same results.

> > If I knew how to make MIMEDefang call SpamAssassin with the debug
> > switch, that might point me in the right direction.
>
> MIMEDefang uses the SA libs directly... which means, so can you, in
> mimedefang-filter. :-) I've never tried it, but you should be able to
> enable debugging output before calling the SA check in filter_end().
>

I'll give it a try in the morning.  Thanks much...

--
Tim Boyer
Director
Information Systems and Engineering Projects
Denman Tire Corporation
[EMAIL PROTECTED]


Reply via email to