Julian gave a nice little snippet of perl to check the version of SA from the command line:
perl -MMail::SpamAssassin -e 'print $Mail::SpamAssassin::VERSION;'
Thanks Julian!
Technology, Marketing, Domains, Thoughts
Julian gave a nice little snippet of perl to check the version of SA from the command line:
perl -MMail::SpamAssassin -e 'print $Mail::SpamAssassin::VERSION;'
Thanks Julian!
That should work for pretty much every Perl module in existence BTW, by changing the module name after the -M
Lee – since I can’t program I thought it was a handy little trick
Thanks, beats searching config/log files 🙂