Hello, I'm using Spamassassin inside a Mimedefang setup and calling it using Perl functions. I'm trying to implement user definable scores and blacklists using the load_scoreonly_sql call on the Mail::SpamAssassin object.
My problem is that the Mail::SpamAssassin object remains loaded when scanning multiple e-mails yielding a 5x scan speedup, but I cannot find a function to unload user scores from the previous scan: - The user "pero" has an address "[email protected]" on it's blacklist and he gets an e-mail, - then an e-mail from "[email protected]" arrives to user "greg" who doesn't have any defined rules - and it's blacklisted. Can you help me to some call that I could use to unload the rules on the next scan? Thanks, Hrvoje -- View this message in context: http://spamassassin.1065346.n5.nabble.com/Unload-user-scores-from-load-scoreonly-sql-tp108141.html Sent from the SpamAssassin - Dev mailing list archive at Nabble.com.
