Version History:

Version 2.5.2a
- Fixed (v2.5.2): An infinite loop may happen when scanning messages created by MS Office

Version 2.5.2
- New: Remote Command Client/Server for data synchronization between PolluStop instances on a CGP cluster. This PWD-like protocol can be extended in the future to allow scripted interactions with PolluStop
- Several minor modifications for a better integration on a CGP cluster
- Fixed a few broken links in the Configuration Wizard text
- New: PolluStop will skip text inside <style> tags even if they are within the html message body (this text is never shown to the user and is there to confuse bayesian filters)

Version 2.5.1a
- Fixed: Deadlock in the HTTP processing thread, leading to the PolluStop webadmin interface not responding while the filter is still active.
- Fixed: In the Filter page, when "Scan All" is disabled, the "Ignore" list is remembered and used even if not shown, causing domains to be ignored.
- Fixed: Messages coming from IPs blacklisted by CGP (RBL, etc) but "un-blacklisted" by a router entry (*@blacklisted = ...) are not scanned by PolluStop

Version 2.5.1
- Fixed: PolluStop stops while loading an empty but existing dataset file
- Fixed: Blacklisted entries are sometimes ignored
- SpamAssassin's GTUBE test string is now recognized (see http://spamassassin.apache.org/gtube/)
- New: Tool to find if an address is whitelisted or blacklisted (in the Lists page)
- Fixed: Local addresses in the whitelist may allow false negatives when the message sender is forged
- Fixed: Under rare conditions, the filter may fail to detect and skip the CGPro envelope

Version 2.5
- Fixed (v2.5 beta 4): Command-line learning mode is broken
- Fixed a possible crash on Windows due to new overzealous validation routines in the Microsoft CRT

Version 2.5 RC1
- Fixed (v2.5 beta 4): The passwords page values can't be saved.
- Fixed (v2.5 beta 4): Learn requests may cause a controlled exception in PolluStop (causing a restart of the filter)

Version 2.5 beta 4
- New: The name of the matched regex is added to the message headers. An option is available to disable this feature
- Fixed: A problem in the regex configuration page html code prevents the regex feature to be disabled.
- Fixed: When PolluStop reloads a modified settings file, the passwords are doubled in memory ("password" becomes "passwordpassword")
- Enhanced the rule to detect attachment spam
- Fixed: In the mailbox browser, account names are not sorted
- Default settings are now embedded in the binary. pollustop.settings.defaults is not read anymore.
- Fixed (v2.5 beta 3): fatal exception when clicking the "Check for new version" button

Version 2.5 beta 3
- New major feature: Custom rules, allowing admins to enter regular expressions having an effect on the message score
- Core: Encryption and decryption of passwords and private keys happen only when required.
- New internal rule to detect attachment spam (single pdf/zip attachment and no text in the body)
- New setting to disable two other internal rules if desired (check message date and detect header pattern)
- New: User learning requests (drop boxes, learn addresses) can be configured to either update the spam database or only their personal whitelist/blacklist
- Updated the documentation on the Filter page to clarify the different learning requests and the associated settings
- Fixed: The settings encoding procedure can enter into an endless loop, using a few more bytes of memory on each loop, until exhaustion
- Core: The WSSP-like engine for the webadmin interface now supports the ELIF WSSP command
- HTTPd: HTTP parameters are now stored in a hashed map(string/vector) instead of a hashed multimap(string/string) to be sure to keep the order of parameters with mutliple values
- HTTPd: The new threads are created on the fly instead of using a thread pool which caused problems on Windows without giving a noticeable performance gain compared to the memory used
- Using Boost::Regex for the new regular expressions feature
- Tesseract OCR updated with latest changes in the open-source engine (v2.0)

Version 2.5 beta 2
- Fixed: A deadlock condition may happen at startup on Windows, sometimes preventing the connection to the HTTP interface
- Ported to x64 platform (Linux, FreeBSD, Windows)
- FreeBSD builds are now created on FreeBSD 6.x. To run PolluStop on FreeBSD 5.5, please contact us

Version 2.5 beta 1
- New: PolluStop Webadmin interface now supports SSL (https) on the same port - just use https instead of http in the URL.
- Fixed: A per-user whitelist is created for aliases
- New: Auto-generated replies such as vacation messages are ignored when adding outbound messages to the per-user whitelist

Version 2.4.3b
- Fixed: A deadlock condition may happen at startup on Windows, sometimes preventing the connection to the HTTP interface

Version 2.4.3a
- Fixed: Mailbox Browser is broken

Version 2.4.3
- Most HTTP POST queries are now answered with a 303 See Other code. This prevents data to be submitted twice or browser to ask for POST confirmation when refreshing the page.
- Background processing code to avoid a session timeout as long as the browser is open. Session timeout is fixed to a lower value (5 minutes)
- Enhanced shutdown code with more inter-thread waiting, resulting in a quicker shutdown
- Fixed: Malformed date header can lead PolluStop to crash
- Tesseract OCR updated with latest changes in the open-source engine

Version 2.4.2
- New: Option for dropped message's addresses to be added both to the per-user whitelist and the global whitelist
- Fixed: The IMAP module can fail to empty drop mailboxes in very rare occasions when an empty response is received on the socket before the real response. The actual cause of this socket behavior is not known.

Version 2.4.1
- Fixed: PolluStop will refuse to load a cgp data file containing unquoted utf-8 text and produce a warning in the logs
- Fixed: Messages received through PIPE are not verified by the "Check More Than Return Path"-related code
- Fixed: PolluStop seems to stop to process or empty the drop mailboxes after a while
- Parts of the IMAP module have been rewritten for efficiency, now using the IMAP IDLE command.
- The timed poll (check every x seconds) setting is not required anymore and has been removed.
- Rewrote all the exception handling code of different modules for consitence and sanity, and to help compiler optimizations

Version 2.4
- The IMAP connection for the drop mailboxes is now permanent instead of being brought up and shut down every 15 seconds
- Most modules got an "initialized" flag to avoid unneeded shutdown when the filter is stopped before being completely initialized
- Modified the sigpipe handling for BSD platforms (FreeBSD, OSX)
- Fixed: Non-scanned account can access "their" per-user settings

Version 2.4 beta 3
- Fixed: (v2.4 beta 1) Initial Setup Wizard pages can't be used
- Fixed: (v2.4 beta 1) PolluStop stops after using the drop mailboxes on OSX and FreeBSD
- All still hardcoded error messages displayed on the web interface have been moved to http/pollustop.strings
- Main Domain Name display have been removed from the User Configuration page.
- Fixed incoherences in the Passwords page

Version 2.4 beta 2
- Fixed: (v2.4 beta 1) An incorrect synchronization object prevents the web interface from being displayed on most non-Win32 platforms
- Fixed: (v2.4 beta 1) A "broken pipe" signal can stop PolluStop if the communication between a web browser and PolluStop is abruptly closed (FreeBSD and OSX only)
- Fixed: (v2.4 beta 1) Heap can become corrupted if several users access the same page at once.
- New: The Passwords page now rsa-encrypts the passwords before sending them to PolluStop, as on the login page (javascript required)
- Fixed: The version number is only partially displayed (the beta information is stripped)
- Fixed: (v2.3.4) The upgrade page may not accept the apply command

Version 2.4 beta 1
- New: Integrated an OCR tool, tesseract-ocr (open source), to fight image-based spam. See the General Settings page.
- New: Statistics for the OCR engine. Existing statistics will be reset
- New: Per-user settings. Users can access the PolluStop webadmin interface with their email account's username and password, they will be presented a single configuration page.
- New: PolluStop now uses IMAP to fetch dropped messages. Direct Mailbox Addressing and POP access are no longer required
- New: PolluStop can store dropped messages in a defined mailbox instead of deleting them, allowing to restore an accidentaly lost message
- New: External scripts can append addresses to the global whitelist and blacklist by writing them in [pollustop]/Drop/whitelist.append and [pollustop]/Drop/blacklist.append

Version 2.3.4b
- Fixed: Possible crash when reading broken shift-jis encoding

Version 2.3.4a
- Fixed: Average good and spam score statistics (since last reset) are always both near 0.
- Fixed: In warning/notification emails sent by PolluStop, the Date field contains invalid data
- New option: Whitelisted words can be matched against the body and the headers, or against the body only
- Fixed: Filter is not able to read new Main.settings line written by CGP 5.1

Version 2.3.4
- New experimental feature attempting to defeat obfuscated drug names (such as VIAvGRA) and a few other words (such as S''exual)
- Fixed: In certain cases the score is not properly capped at 1.0 and wrongly reported as 0.160 and 16 #'s
- Fixed (v2.3.3a): broken HTML entities can make PolluStop enter in an infinite loop

Version 2.3.3a
- Fixed: PolluStop can't verify its license when running under CGP 5.1 beta
- Fixed: A problem in the mailbox browser can crash PolluStop on some less-common CGP setup
- Fixed: A problem in the header parser can crash PolluStop when uncommon header lines are received

Version 2.3.3
- Whitelisting and blacklisting can now use other header fields such as From, Sender or List-ID

Version 2.3.2
- Wizard: Dropboxes aliases are now written in account template

Version 2.3.1d
- Fixed: (v2.3.1) Attachment filenames encoded with quoted-printable can cause an extra blank line to be added to message headers when the FindAttachments module is enabled, sometimes resulting in unreadable emails

Version 2.3.1c
- Fixed: The calculation of the number of ###'s in the Diagnostic header is not exact, a score of 0.70 can give a diagnostic with 6 #'s.

Version 2.3.1b
- Fixed: PolluStop is likely to mark as spam the ugly MS-Word-generated emails with dummy o:p tags
- Fixed: PolluStop is not considering the semicolon symbol as a punctuation mark

Version 2.3.1a
- Fixed a synchronization bug probably present since v2.0, crashing PolluStop in rare occasions when intensive training is made while the filter is active and scans incoming messages
- Removed an old naive rule causing rare false positives.

Version 2.3.1
- Improved the parsing engine regarding non-ASCII characters. Database must be retrained from scratch to take advantage of this improvement.
- Improved the detection of filter-misleading HTML comments. These comments are meant to confuse Bayesian filters and are an obvious sign of spam. PolluStop wasn't confused by them but didn't always gave the message its due score.
- The FindAttachment module of PolluStop can now detect attachments of encoded filenames containing international characters
- Fixed: A problem in routing can make PolluStop fail to whitelist an address if a forward router entry exists for that address or its domain

Version 2.3b
- Improved the handling of version numbers
- Improved the handling of license upgrade warnings on the Upgrade page
- Added a way to display arbitrary warning messages on the upgrade page when needed (providing the Check For New Version button is clicked)
- Fixed group loading and group count display on License page

Version 2.3a
- Added back the previous left-align mode for the white and blacklists
- Changed the look of the main menu with a nice CSS-only rollover highlight
- Fixed: Impossible to upload files in the Database page when the server and the client are not on the same platform
- Fixed: Some typos and bad english sentences
- Fixed: The upgrade page behavior is incorrect

Version 2.3
- New: View-only mode - another set of credentials allows an user to view a restricted set of config pages, and, optionaly, to modify white and blacklists
- Cleaned up the admin pages, better stylesheet
- Error and confirmation messages in the admin pages stands more clearly above the text
- Fixed license page display for missing or invalid licenses
- New: (Experimental) detection of spam formed of one or two linked images with almost no text
- New: Detection of new forms of obfuscation tentative (html/title tags in text/plain messages)
- New: Database operations, ability to backup, restore, upload database files from the database admin page
- New: Splitted the totals (accounts, forwarders, groups, lists) on the license page for more information
- New: The upgrade page now monitors for the upgrade to be completed
- New: Whitelist by (whole) word, case-sensitive or case-insensitive

Version 2.2.9
- New: Algorithms to detect excessive single-letter tokens usage, such as "m o r t g a g e", or html/css float tricks
- New: Filter is able to parse shift-jis encoding
- Fixed: Inline-JIS settings were not saved

Version 2.2.8
- Fixed: Corrupted or uncleaned Forwarders and Aliases files are causing PolluStop to count more accounts than existing.
- New: More debug log entries on startup, If Debug log level is enabled, EACH counted account is reported.
- Fixed: PolluStop fails to parse router entries containing double prefix

Version 2.2.7d
- Fixed: Auto-Whitelisted entries are not always saved on filter shutdown

Version 2.2.7c
- Minor cosmetic bug

Version 2.2.7b
- Removed import code for v2.0 database to minimize maintenance of useless code. PolluStop versions under v2.1 are now officially not supported at all.
- Fixed: Training from terminal is broken

Version 2.2.7a
- Fixed: Mails sent to PolluStop for training purposes can crash the filter under very specific conditions

Version 2.2.7
- New unlimited license mode
- Fixed: When no password is set yet, it is not possible to set a new one (problem introduced in 2.2.6)

Version 2.2.6a
- New: Whitelist and Blacklist are now sorted by domain

Version 2.2.6
- New: Support for Directory-based domains
- New: All CLI and license processing is postponed after the reception of the INTF command. This ensure CGPro is done initializing before issuing CLI commands.
- Fixed: [Core] Files opened in read mode are also opened with write flags, causing useless locks.

Version 2.2.5a
- Fixed: A problem in the core libraries HTTP module can raise an unhandled exception and crash when an empty HTTP request is sent

Version 2.2.5
- New!: Database and Settings backup files, with old backups automatic deletion (check new settings at the bottom of the General Settings page)
- Fixed: Auto-whitelisting can corrupt the whitelist with strange characters and in rare case lead PolluStop to a crash.
- Fixed: Whitelist and blacklist boxes were missing a scrollbar.

Version 2.2.4
- Fixed: PolluStop issues a warning when encountering new CGP 5.0 sip-related router entries

Version 2.2.3
- Added HTTP Proxy support for Upgrade functions
- Auto-Whitelisting entries now includes the date it has been added
- Removed the Auto-Blacklist feature, it's way too dangerous. No worries, Auto-Whitelist is kept.

Version 2.2.2
- Changed retry delay to 30 seconds for HTTP listener
- All webadmin pages are now XHTML 1.0 compliant
- Fixed old database converter
- Fixed: Settings were not always saved after a warning message is sent
- Fixed: License status is not always updated when applying a new license

Version 2.2.1
- Fixed: OSX: PolluStop can fail to initialize when no license is installed.
- Fixed: The 2.0 database importer can fail

Version 2.2c
- Fixed: ModifySubject can crash PolluStop if Subject is folded and the first line is empty

Version 2.2b
- Fixed: PolluStop can timeout if the message-id field is longer than 255 characters
- Other minor fixes

Version 2.2a
- Fixed: Saturdays are not parser properly
- Removed duplicate report lines from MIME decoders

Version 2.2
- Major rewrite in core libraries, code improvements, optimizations
- New: Inline JIS encoding (ESC $ B) is now decoded
- New: Detection of subjects with "splitted" words (FW:LEN:GTH&GIR:TH&MUL:TI...)
- New: Check for New version and automatic upgrade function
- Fixed: The "Allow users to bypass the rule" function is reversed
- Fixed: A bug in the mailbox parser may prevent mbox files from being parsed properly
- Fixed: A 0x1A character in a mbox file stops the parsing at this point
- Fixed: The Message Sentinel of the mbox file is compared without regards to the case, making the message count higher than expected
- Fixed: Messages received through RPOP with unqualified domain name can be left unscanned

Version 2.1.2a
- A change in the build environment was corrupting the binaries on linux
- While searching for the cause of the problem, a part of the code has been optimized

Version 2.1.2
- New: PolluStop now adds a X-Orig-Return-Path header along with the X-PolluStop normal headers, to allow training from Outlook (which strips the Return-Path header)
- New: PolluStop don't add its header when the exact same header can be found in the message (for instance, whe message is redirected to another account through rules)
- Fixed: Minor bug in List account names processing, list-action wasn't considered as list. No real incidence, since only list-request and list-admin will pass through pollustop
- Removed the url from the X-PolluStop header, was not very useful and was cluttering headers

Version 2.1.1
- Fixed: PolluStop can crash on startup with very specific CGPro server settings

Version 2.1
- Fixed: If an alias is used for Pop, PolluStop may fail to resolve the filesystem path of the account
- Fixed: After machine reboot, PolluStop may think another PolluStop instance is running if a process has the same pid than a pre-reboot pollustop instance
- IPC info file is relocated in the default temp directory (%temp% on Windows, /tmp on other platforms)
- Fixed: In PolluStop package (tar files), files rights weren't set correctly
- Added security code to be sure all response are sent properly to CGPro, even when a response text or comment is missing a newline. This could cause CGPro to shutdown PolluStop repeatedly.
- Fixed: Drop Mailboxes settings validity is checked on commit even if Drop Mailboxes are disabled

Version 2.1 RC2
- Fixed: PolluStop X- Headers are all on a single line (too much escaping)
- Fixed: Default setting m_interestingthreshold value is incorrect
- Fixed: Learning from attached messages can fail for invalid reasons
- Fixed: A new license smaller than the current requirements can't be applied and is rejected with an erroneous message
- Fixed: License page numbers are not updated immediately
- Fixed: Changed settings are not reloaded when filtering is disabled
- Fixed: "Multiple recipients" bounce error message is not customizeable

Version 2.1 RC1
- Fixed: CGPro Router entries can't be read properly if they don't end with a newline character
- Fixed: PolluStop license is not updated properly when new license is entered on the License page
- Fixed: PolluStop now uses settings instead of separate files to store a few more internal states
- Fixed: A small style problem in webadmin pages
- Fixed: Forward as attachment wasn't working properly
- Fixed: Learn bounce messages was not formatted properly
- Fixed: The Filter page auto-applies the change to the "Scan all local domains" drop-down
- Fixed: Training from a mbox-type Mailbox can abort on a big message, letting PolluStop ignore messages after this point
- The webadmin pages text has been reviewed and corrected
- Changed the path of the ipc info file, it will now be written in [cgpro files]/pollustop.pid
- Added locks to avoid harmless crash on shutdown if PolluStop was still learning from files

Version 2.1 beta 5c
- Fixed: PolluStop can crash if a message put in the drop box doesn't contain a Return-Path

Version 2.1 beta 5b
- Fixed: Aliases creation in the wizard can't complete
- Fixed: PolluStop can stop itself after two seconds if no settings file is present

Version 2.1 beta 5a
- Fixed: OSX installation can't read dataset files
- Fixed: Error in a few warning messages
- Fixed: The CLI module doesn't get its new settings immediately when the Passwords page is submitted

Version 2.1 beta 5
- New: The Initial Setup Wizard is implemented
- New: Text hidden by HTML tricks such as using <title> tags, prepending an invalid < character, or text in html comments is now ignored by the filter.
- New: [Experimental] White text on white background is now ignored by the filter.
- Fixed: The MessageID disk database was triggered 1024x too early
- Fixed: The name of the in-memory MessageID database savefile was not correct
- Published a new spam database
- When a message is send to pollustop-spam or pollustop-good and used for additional training, the From and To fields of the message are not considered
- Sending a message to pollustop@yourdomain is now possible if the original message is sent as an attachment.
- Added auto-blacklist and auto-whitelist based on dropped messages and messages sent to the filter as an attachement
- Added the possibility to configure the bounce message of PolluStop

Version 2.1 beta 4b
- Fixed: Error in the Last Startup date of the Statistics module
- Fixed the /version URL to get PolluStop's current version number

Version 2.1 beta 4a
- Fixed: Whitelist and Blacklist config page could crash PolluStop

Version 2.1 beta 4
- Fixed: Statistics' scanned count is not properly reloaded on filter startup
- Fixed: Forwarding option (for training) were not working properly, the filter_uselearnsettings was taken backwardsI
- Added Last Reset Date and Last Startup Date to statistics. Existing statistics will be reset upon beta 4 installation
- Implemented Date functions in the page renderer
- Implemented basic Whitelist and Blacklist
- The HTTP listener port (for the webadmin interface) can now be changed directly in the webadmin interface
- Added an option to use APOP or not use it for PWD access.
- Added an option to stop PolluStop from using CLI.
- Recoded the POP fetcher, better error handling

Version 2.1 beta 3
- NEW: Explicit user relay entries (no wildcard) can now be included in the scanned accounts
- Modified the Mutex objects used in non-Win32 platform to match the behaviors of the Win32 mutexes.
- Mutexes has been choosen to be recursive to prevent self-deadlock of a thread and simplify code and mutex management
- Faster integrity check at filter startup
- Code cleanup, removed c-style functions in favor of C++ classes (yes, I know it you reader don't really care about this...)

Version 2.1 beta 2
- Fixed: PolluStop can deadlock on a Mutex under certain conditions, not all OSes are affected.
- Increased by one character the length limit of the SubjectPrefix parameter (now 16)
- Maked sure the HTTPd listener is closed before exiting the filter
- In the Password page, the webadmin Password is now saved even if there's a CLI error

Version 2.1 beta 1
- Implemented WebAdmin module
- Implemented Statistics module
- Implemented Message ID History
- Implemented Invisibility detection (experimental)
- Implemented Long Tokens Sequence detection
- Implemented Cluster support (some parts has to be disabled; requires a special license)
- Changed the format of the settings file, more computer-readable
- Changed the format of the database, it takes about 30% less place in memory
- Removed AutoTrain mode, was causing problems and database instability, and wasn't compatible with new enhancements
- When ScanGroups is not set, a group specified in the scan list will still be scanned. Same thing for Lists and Forwarders
- Added partial protection against | separators (ex: cal:s)
- All settings and license files are now stored with the database, in the [pollustop]/data subdirectory

Version 2.0.6
- PolluStop router module now accepts router entries with a % instead of a @
- Added CheckMoreThanReturnPath feature. When you're not using SMTP AUTH, people can send you mail in your behalf, and this may trick Pollustop in
   not scanning the mail. If you enable this setting, PolluStop verifies other things to determine the sender. Leave it disabled if you use SMTP AUTH.

Version 2.0.5
- Changed the parser flags to generate a 8-bits parser

Version 2.0.4
- Fixed a small display problem in the Warning messages.
- Added PGP check and tweak (EXPERIMENTAL)
- PolluStop now waits for the first INTF command to initialize itself to be sure CGPro is done reading its settings files (to avoid sharing violation)

Version 2.0.3
- Added Encrypted Zip detection in the FindAttachments module
- Modified the Router to make it stop matching domain when the domain is final

Version 2.0.2
- Fixed the Router Parser, was not able to read the router entries when the first entry was a new line or a comment

Version 2.0.1
- Fixed the Ignore flag on learning modes
- Fixed the MessageCount on Unlearn mode (was increased instead of being decreased)
- People that used Unlearn mode or used -i flag while doing training can redo the training from scratch for more accuracy.

Version 2.0
- Recreated the default Spam database from scratch. Enhanced the cleanup process.
- Separated package in two: binaries and database. *nix packages are now made with tar and gzip and should contain correct exec permissions
- Fixed a small display bug in debug mode
- Fixed: An empty [Ignore] instruction in the settings file could remove the main domain from the scanned list
- Fixed: An empty [Scan] instruction in the settings file could add the main domain to the scanned list
- Fixed: A bug in lockfiles prevented second instance of the same installation on non-Win32 platforms
- Added a math feature to protect against the now common "accented words" attack (New setting, DoubleCheckWithoutAccents)
- Added a math feature to reduce the bias caused by the To/CC fields and the shared database (New setting, OnlyAllowHighTOCCTokens).
- Removed ConfidenceLevel setting, replaced by NewWordConfidenceOnRare, another concept
- HTML entities like "&eacute;" are now converted to the equivalent character before token evaluation
- Successful testing with Communigate Pro 4.2b6
- Fixed a problem in router parser with PIPE entries
- A few changes in default settings, a complete review of your existing configuration is strongly recommended

Version 2.0 Release Candidate 3
- Integrated the enhanced threading and platform-independant library developed for another filter.
- Fixed a bug in licensing.
- Added a multi-process protection in licensing.
- Added three new settings (ScanGroups, ScanForwarders, ScanLists) for people who doesn't want to include these in their license size
- Fixed a timing bug to increase the delay between server info calculations
- Fixed some typos in log messages

Version 2.0 Release Candidate 2
- The OS-independent library has been updated, introducing its optimizations into PolluStop (file access and information query)
- Fixed a small glitch that causes PolluStop to reload the router information for each message received (bug introduced in rev 2)

Version 2.0 Release Candidate 1 rev 2 (Win32 only)
- Modified the thread library wrapper, the locking objects were not reliable. Since there's no wrapper in the *nix versions, this bug doesn't affect them.

Version 2.0 Release Candidate 1 rev 1
- Added a syntax condition to the router parser for a case not specified in CGPro documentation

Version 2.0 Release Candidate 1
- Filter/Scan: lines are not interpreted anymore when ScanAllLocalDomains is set
- Remplaced Genera/ScanInternal by ScanFromLocalScanned & ScanFromLocalNonScanned
- Modified a few strings
- The builtin Attachment Finder has been updated with the new features of Find_Attachments v1.06
- Fixed detection of GB2312 & Windows-1251/2 character sets
- Fixed domain alias parsing
- Now using Communigate Pro router entries (with settings file and domain aliases) to determine the path of a message
- New log level (debug) added (undocumented)
- New mode (router test) added (undocumented)
- Fixed SubjectPrefix (discrepancy between doc and setting, and the value was hardcoded)
- Fixed Endianness of database bytes on Solaris (Sparc) - the database is now transferable from i386 to sparc
- Added a new supported platform: Solaris (i386)

Version 2.0 public beta 7 rev 1
- Fixed Modify Subject feature to avoid incorrect relaying.
- Unlicensed/Standalone mode doesn't try anymore to match Domains and Account settings with existing domains and accounts
- Added a warning when database is not trained enough (< 1000 messages in Good or Spam database)

Version 2.0 public beta 7
- Fixed Diagnostic mode (dump all was crashing)
- Messages to external users with names similar to [LEARN-Prefix] were treated by pollustop as control messages.
- Added a lockfile to avoid multiple instance of the same database loaded
- Added "Local" Drop directory. You can now put things in [pollustop path]/Drop/Spam and [pollustop path]/Drop/Good, the current running instance will take care of them.
- From now, if you try to une the Learn feature and there's already a pollustop instance running with the same database, the learn request is transferred to the running instance that will take care of it in the DropMailboxes thread.
- Added the possibility to modify the Subject line when the message score is high enough

Version 2.0 public beta 6 rev 1
- Fixed Forward To Learn feature

Version 2.0 public beta 6
- Added "ALL" to Filter settings
- Removed "SCANRELAY" and "SCANOUTBOUND" from general settings,
  can't really be used or useful and were causing problems and support questions.
- Better handling of non-ASCII characters in tokens
- Added MATH.GOODIMPORTANCE setting to give additional importance to Good corpus.
- Context Tagged tokens, helps the filter to determine the part of the message where the token comes from
- Now filters with To and CC fields too, along with Subject.
- Completely rewrote the Settings file
- Tokens are now case sensitive,
- Internal "timeout", the filter stops scanning after a preset number of line to avoid CGP timeout
- Tokens polymorphism
- "Interesting" tokens threshold
- A lot of new settings
- DropMailboxes separate process no longer exists, now multithreaded.

Version 2.0 public beta 5 revision 1
- Fixed a crash occuring with euc-kr character set

Version 2.0 public beta 5
- Fixed bug with POP retrieval on linux/osx/freebsd. CRLF issue.
- Fixed bug that prevented PolluStop training from .mbox files
- Small other optimisations
- USETOCCMATCH is now disabled by default

Version 2.0 public beta 4
- Fix bug about opened filehandles. Some were not closed and after a while (depending on
  the number of domains in the server) the process was running out of filehandles.
- Fixed another bug regarding licensing check. Was done too often.

Version 2.0 public beta 3
- Fixed database compatibility between Intel and Motorola platforms (endianness)
- Fixed problems while reading POP message if the message contained NULL chars
- Small bugfix in licensing module. New licenses are required.

Version 2.0 public beta 2
- "Floating Point Exception" bug on training fixed.
- Settings parser problem with tab characters fixed
- Integrated changes made to Find_Attachments (v1.04->v1.05)

Version 2.0 public beta 1
- First public release of PolluStop

[...]

Version 1.0
- First release of PolluStop, perl version
