Steve Jordan wrote:
> I am using mimedefang 2.47 with spamassassin 3.0.1. I am running the
> multiplexor. The problem I am having is that when I call
> $SASpamTester->load_scoreonly_sql($user) and $user has no preferences,
> the default value of 5 for $req is not returned from
> spam_assassin_check, instead the $req for the previous $user is
> returned. I have worked around this temporarily by calling
> $SASpamTester->load_scoreonly_sql($fictional_account) where the
> fictional account has a $req of 5. Is there some way to reset $req to
> its default value of 5 in a better way? Is upgrading
> mimedefang/spamassassin needed? 

$req = 5;
$SASpamTester->load_scoreonly_sql($user);

-- 
Matthew.van.Eerde (at) hbinc.com               805.964.4554 x902
Hispanic Business Inc./HireDiversity.com       Software Engineer

_______________________________________________
Visit http://www.mimedefang.org and http://www.roaringpenguin.com
MIMEDefang mailing list
[email protected]
http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

Reply via email to