Eergisteren heeft James Farmer een nieuwe bètarelease van SpamPal uitgebracht. Het versienummer is aanbeland bij 1.73c en het programma kan worden gedownload als installer of in zip-formaat. SpamPal is een anti-spamprogramma voor Windows en zit als het ware tussen de e-mailclient en de mailbox in, en is bedoeld om spam te identificeren en als zodanig 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. In deze release diverse problemen verholpen, waaronder de 100% processorgebruik onder Windows NT. Het volledige changelog ziet er als volgt uit:
Changes in 1.73c:[break]
- Was using 100% of CPU on Windows NT 4; fixed.
- Could crash because windows messages were being processed early if an modal message box or dialog was opened by the initialisation routines - fixed.
- Transparent proxy:
- WSARecvMsg function was returning sucess code on failure and failure code on success! Fixed.
- Could crash if filtering was re-initialised while a Select was active on the same socket; fixed.
- In some circumstances, non-Windows-XP machines couldn't uninstall transparent proxy due to missing WSCUpdateProvider function; fixed.
- Some McAfee transparent proxy or other can't handle setsockopt being called on a socket handle while same socket handle is in closesocket - which can happen if a closed socket handle is quickly re-used! Implemented work-around for this bug.
- For non-transparent filtered sockets, no longer sets output buffer size to 0.
- POP3: In some circumstances, could overflow buffers when handling LIST and STAT commands; fixed.
- Plugin initialisation status message used plugin code not plugin name - fixed.
- Altered underlying collections code; should prevent code compiling with certain bugs.