Questions common for the entire project
Questions specific to SpamAssassin POP3 proxy
Questions specific to SpamAssassin for Win32 command-line tools
to user_prefs or local.cf. In SAwin32 you can also disable all network tests in the Settings or run saproxy.exe with --local switch. However, the quality of filtering will drop considerably.skip_rbl_checks 1
Likewise, if all mail from the domain isp.tld can never be spam, you should add the linetrusted_networks 101.102.103.
whitelist_from *@isp.tld
This will instruct SpamAssassin engine to load the plugin from the local folder.loadplugin Mail::SpamAssassin::Plugin::ImageInfo ImageInfo.pm
withmy $homedir = (getpwuid($<))[7];
The main FuzzyOCR configuration file is FuzzyOcr.cf. Open it in a text editor, find the line that starts with #focr_global_wordlist and replace it withmy $homedir = $ENV{'USERPROFILE'};
Find the fragment describing the location of helper applications, which contains a number of lines beginning with #focr_bin. Replace entire fragment with the following:focr_global_wordlist etc\spamassassin\FuzzyOcr.words
If you have placed the binaries in a folder other than C:\Program Files\GnuWin32\bin, you need to edit the locations of helper applications accordingly. Note that when FuzzyOCR invokes the helper applications, a few black console widnows pop up and disappear.focr_bin_gifsicle C:\PROGRA~1\GnuWin32\bin\gifsicle.exe focr_bin_giffix C:\PROGRA~1\GnuWin32\bin\giffix.exe focr_bin_giftext C:\PROGRA~1\GnuWin32\bin\giftext.exe focr_bin_gifinter C:\PROGRA~1\GnuWin32\bin\gifinter.exe focr_bin_giftopnm C:\PROGRA~1\GnuWin32\bin\giftopnm.exe focr_bin_jpegtopnm C:\PROGRA~1\GnuWin32\bin\jpegtopnm.exe focr_bin_pngtopnm C:\PROGRA~1\GnuWin32\bin\pngtopnm.exe focr_bin_bmptopnm C:\PROGRA~1\GnuWin32\bin\bmptopnm.exe focr_bin_tifftopnm C:\PROGRA~1\GnuWin32\bin\tifftopnm.exe focr_bin_ppmhist C:\PROGRA~1\GnuWin32\bin\ppmhist.exe focr_bin_pamfile C:\PROGRA~1\GnuWin32\bin\pamfile.exe focr_bin_gocr C:\PROGRA~1\GnuWin32\bin\gocr.exe focr_bin_ocrad C:\PROGRA~1\GnuWin32\bin\ocrad.exe
will make it possible to get mail from pop.isp1.net by instructing you mail client to access localhost at port 110 and to get mail from pop.isp2.net by instructing you mail client to access localhost at port 818.110 = pop.isp1.net:110 818 = pop.isp2.net:110
Rename the file to openssl.cnf. Third, open the Command Prompt window, change directory to the folder with openssl.exe, and run the command:[ req ] default_bits = 1024 distinguished_name = req_distinguished_name [ req_distinguished_name ] commonName = Host name 0.organizationName = Organization name countryName = Two-letter country code
Enter the requested information. This will create your own file stunnel.pem. You should copy it over one located in the SAwin32 folder.openssl req -new -x509 -days 3652 -nodes -out stunnel.pem -keyout stunnel.pem -config openssl.cnf
spamassassin.exe < input.eml > out.eml 2> err.log
Further instructions are here.spamd.exe -q --syslog="spamd.log"