Hello Everyone!  :-)

I have a program that does this:

use Mail::SpamAssassin;
$spamobj = Mail::SpamAssassin->new();
my $status = $spamobj->check_message_text(\"Email Message Text Goes Here\");

(In other words, I'm not using the "spamassassin" executable or spamd to
send the message to Mail::SpamAssassin.)

I have confirmed that the required_hits option is working in
/etc/mail/spamassassin/local.cf and indeed the ~/.spamassassin/user_prefs
required_hits option overrides the one in the local.cf file - great!

*BUT*, if I add whitelist_from entries to the local.cf or user_prefs files,
those entries are ignored.

Is there something else I need to do in my program to enable the
whitelist_from options?

Thanks!

Joe



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to