> On 2/10/2012 9:35 PM, email builder wrote: >> Hi Kevin, thank you for your reply! But I think you should send it to the >> list :) > Hi & Thanks for bringing it back to the list. Sometimes I'm just trying > to bang out answers too quickly!
>>> You should look in /var/lib/spamassassin. Because rules are no longer >>> paired to releases but released nearly continuously, there is no wiki >>> list of all the rules. >> Gotcha - but is it certain that all rules in >> /var/lib/spamassassin/3.003001/updates_spamassassin_org are being used? > No. There are many plugins, configuration options & dependencies that could > affect what rules are used. Oh OK, that's a little surprising, but I understand it can get complex, so that's fine. >> Oh, sorry for the noob question, but how do I know if I have Mail::DKIM >> installed? > For example: > > perl -e 'if (require Mail::DKIM) { print "Mail::DKIM Version is: > $Mail::DKIM::VERSION\n"; exit 0;} else {exit 1;}' || echo > 'Mail::DKIM Not Present!' > Mail::DKIM Version is: 0.37 Great! Thank you!!!!