SpamPal is een programma om spam als zodanig te identificeren en te markeren. Deze markering kan dan vervolgens in je favoriete e-mailprogramma worden gebruikt om een filter aan te maken die deze e-mail bijvoorbeeld in een aparte folder zet of direct weggooit. SpamPal kan overweg met zowel POP3- als IMAP4-accounts en gebruikt onder andere
DNS-blacklists en een Bayesian filter om zijn werk te doen. Door middel van plugins kunnen nog meer detectiemethoden worden toegevoegd. Het changelog laat de volgende verbeteringen zien:
Version 1.54:
- IMAP4: Finally fixed silly bug that was causing very annoying crashes when using the IMAP4 proxy for new accounts.
- IMAP4: Could give silly warning message with 0-byte literals; fixed.
- User Interface: Add to Whitelist dialog can now extract an email address from square brackets [ ] as well as angled brackets < >
- User Interface: Wasn't creating wlist_email.dat and blist_ip.dat when installed, so displayed an error if you tried to use the "add to whitelist" dialog without ever having opened the options window and clicked OK. Fixed.
- User Interface: Fixed bug in how SpamPal & plugin version numbers are parsed in locales where a period is not a decimal separator. (Should fix issue with inaccurate "this plugin needs a more recent version of SpamPal" and "you need to install this update" messages.)
- Plugin API: Fixed bug in POP3 code that could result in message bodies being lost if client did TOP/RETR and a plugin returned a non-zero value from minBodyBytesRequired at FILTERING_STAGE_START.