On 12/1/07, Sahil Tandon wrote:
> After disabling SPF verification in init.pre, I restarted amavisd-new.  The
> logs show that SPF modules are still being loaded:
>
> Nov 30 22:52:57 bulwark amavis[73066]: Module Mail::SPF           v2.004
> Nov 30 22:52:57 bulwark amavis[73066]: Module Mail::SPF::Query    1.999001
>
> How can I disable amavis/SA SPF checks?
>
> --
> Sahil Tandon <[EMAIL PROTECTED]>
>

There may an additional file elsewhere that is loading the module. For
example, I would recursively grep the files in the directory where SA
places the sa-update files (/var/lib/spamassassin/<version>/ for
example).

msa:~# grep -r loadplugin  /var/lib/spamassassin/3.002003/ | grep SPF

/var/lib/spamassassin/3.002003/saupdates_openprotect_com/loadplugins.pre:#(commented
by sa-update, no --allowplugins switch specified)# loadplugin
Mail::SpamAssassin::Plugin::SPF
msa:~#


-- 
Gary V

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
AMaViS-user mailing list
AMaViS-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/

Reply via email to