can i use Mail::SpamAssassin to setup required_score? 
i already read the manual but still don't know how to
do it.

i creating a perl script that calling
Mail::SpamAssassin to check emails is it a spam or
not.

i want that i can configure the "required_score" from
my script, not from /etc/spamassassin/local.cf

already try this, but it seems didn't working:

my $spamtest = new Mail::SpamAssassin ({
    'config_text' => 'required_score 2'
  });

please help

Best Regards,
Markus


                
__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs

Reply via email to