I spent some time looking how to install Spam Assassin, so I'll share my experience.
First of all we have to use ‘JAM Software’ package : others may discontinued.
1- Download and install SpamAssassin from JAM Software website:
2- Test if it’s working:
Go to c:\program files\JAM software\SpamAssassin for Windows and launch SpamD.exe
A DOS console will stay open. If you have a firewall add spamd.exe in exceptions.
Then open ArGoSoft Mail Server and choose Security, Anti spam, SpamAssassin. Check enabled and click on Test. A message will say « service appears to be responding »
3- Configuration of SpamAssassin:
Close spamd.exe console window.
The configuration file is in c:\program files\JAM software\SpamAssassin\share\v3.xxxxxx\updates_spamassassin_org\local.cf
4- Create a windows service:
Download NSSM : http://iain.cx/src/nssm
Copy nssm.exe in your system32 folder
Open a command prompt and type :
Cd\
Cd windows
Cd system32
Nssm.exe install SpamAssassin
Click on Browse and choose Spamd.exe
Click on Install Service
Restart your server or start service manually for the first time.
All done !