My Spam assassin is run from /etc/mail/mimedefang-filter via the perl module.
Initialized using: spam_assassin_init()->compile_now(1) if defined(spam_assassin_init()); And checked with: my($hits, $req, $names, $report) = spam_assassin_check(); When running sa-update, do I need to run anything to make sure new rules get picked up? I.e. Do I need to restart mimedefang or somehow call the spam_assassin_init()->compile_now(1) ? I do not have a "/etc/init.d/spamassassin" as mentioned in sa-update's help and we are not running spamd.