A new pre-release of SpamFilter (v4.7.2.210) is available in the registered user area.
Starting from this version we are extending the existing "FROM Emails" blacklist to support the syntax:
sender@domain.com|recipient@yourdomain.com
This will cause the sender (sender@domain.com) to be blacklisted only if one of the recipient in the email is recipient@yourdomain.com. Wildcards are supported for both the sender and the recipient's email addresses
The full list of changes since the latest official release (4.7.2.209) is as follows:
// New to VersionNumber = '4.7.2.210';
{TODO -cFix : In the 64bit version of SpamFilter, under high traffic scenarion (> 750,000 emails/day) SpamFilter could had times identify the wrong country when performing the IP-to-country database lookups}
{TODO -cNew : The "FROM Emails" blacklist now supports the syntax: sender@domain.com|recipient@yourdomain.com. Wildcards are supported for both the sender and the recipient. This will cause the sender (sender@domain.com) to be blacklisted only if one of the recipient in the email is recipient@yourdomain.com}