<?xml version="1.0"?>
<rss version="2.0">
<channel>

<title>Intrinsic Blog</title>
<description>News on upcoming features and announcements from Intrinsic Web Solutions</description>
<link>http://www.intrinsic.ca/blog</link>


<item>
<title>Beware of domain name transfer scam</title>
<description>
<p>
  We've been alerted to a new email scam designed to transfer domain names away from their legitimate registrars.
  Please be on the look out in your in box for a message from http://www.domainrenewal-online.org/ that will ask you to follow a
  link to renew your domain name.  Please ignore this message and get in touch with us if you have any questions.  While we're on
  the subject, most of you already know this, but we'll say it again ... if you receive a letter in the mail from Domain Registry of Canada,
  you should ignore that too, they try to trick people into transferring their domains to them.  As always, please ask us if you're not sure.
</p>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2009-10-09-domain-transfer-scam</link>
</item>


<item>
<title>New version of webmail</title>
<description>
<p>
We'll be rolling out a new version of webmail on November 15th.  
</p>

<p>
The most noticeable enhancement will be a 'pop-in compose' window for creating a new email message.  What does 
'pop-in compose' mean?
</p>

<p>
Currently, when composing an email, a new window is opened in your browser.  This is quite a slow process.  Once 
the new feature is released, the compose pane will open up inside the same window as your inbox and it will be 
much faster.  If you would rather have the compose windows open in another window, you can simply choose to 
'pop-out' with the arrow in the top right portion of the compose pane.  The webmail system will remember 
whichever action was done last.
</p>

<p>
Other additions in the new version:
<ul>
  <li>Autocomplete</li>
  <li>Keyboard Shortcuts</li>
  <li>'No Subject' notification</li>
  <li>'No Attachment' notification</li>
</ul>
</p>

</description>
<link>http://www.intrinsic.ca/blog/index.html#2009-10-15-new-webmail-features</link>
</item>


<item>
<title>How we detect spam: part 1</title>
<description>
<p>There are two important factors to consider when dealing with spam:</p>
<ul>
  <li>No single test can identify all spam</li>
  <li>Some tests will falsely identify legitimate email as spam</li>
</ul>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2007-01-09-weighted-spam-testing</link>
</item>

<item>
<title>How we detect spam: part 2</title>
<description>
<p>Spam "DNA"</p>
<p>
  Each day, thousands of spam samples are collected through the use of dummy mailboxes ('spam traps') as well
  as data submitted by customers via the "Blacklist Sender" button within WebMail.
</p>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2007-01-15-spam-dna</link>
</item>

<item>
<title>How we detect spam: part 3</title>
<description>
<p>Zombies, Open Relays, and Known Spam Sources</p>
<p>
A "zombie" is a computer that has been taken over by a spammer, and
which is used to send out bulk mailings without the computer owner
knowing. Normally this occurs because the computer owner opened a
virus, which gave a spammer a back door into their system. This is
one of the most common sources of spam.
</p>
<p>
Another prevalent source of spam is "open relays" ... insecure mail
servers that can be used freely by spammers. Spammers use automated
tools to scour the Internet in search of vulnerable mail servers,
and then hijack those servers to increase the amount of spam they
can send.
</p>
<p>
To combat this problem, there are several third-party organizations
that maintain databases ("blacklists") that list the IP addresses of
these compromised machines. There are also databases that list known
professional spammers. We have arrangements with approximately 15 of
these organizations, so that our system can download full copies of
the blacklists hourly and incorporate them into the weighted spam
filtering system. When an email arrives from a blacklisted IP
address, spam points are added to the email.
</p>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2007-01-19-zombies-open-relays-spam-sources</link>
</item>

<item>
<title>How we detect spam: part 4</title>
<description>
<p>Dealing with spam</p>
<p>Once a spam email has been identified, there are several actions that occur based on user preferences:</p>
<ol>
  <li><strong>Delete the email</strong>
      <br />In this case, you will never see the spam</li>
  <li><strong>Deliver to Spam folder</strong>
      <br />This allows you to review the emails that have been tagged as spam. This folder can be viewed from WebMail
            or IMAP, and settings are available to automatically purge old spam from this folder after a certain number of days or number of emails</li>
  <li><strong>Tag the subject</strong>
      <br />The word "[SPAM]" will be added to the beginning of the subject line, and then delivered normally. This allows you to
            set up custom filtering rules inside of your desktop mail program, such as Microsoft Outlook.</li>
  <li><strong>Deliver to an alternate email address</strong>
      <br />This is useful if a company wants to have a single administrator review all of the spam that their users receive.</li>
</ol>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2007-01-30-dealing-with-spam</link>
</item>

<item>
<title>Webmail upgrade</title>
<description>
<p>A new version of Webmail has been released</p>
<p>This version includes new features such as multiple task lists, improved spell checking, and a better HTML editor.</p>
<p>The most noticeable change is the new menu system, which makes navigating the webmail interface more intuitive and improves access to RSS feeds.</p>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2007-01-20-webmail-upgrade</link>
</item>

<item>
<title>How we detect spam: part 5</title>
<description>
<p><strong>Avoiding False-Positives</strong></p>
<p>
  Every effort is made to ensure that legitimate email is never falsely identified as spam (aka "false-positives").
  To prevent this, several filtering tests have been incorporated which are designed with the reverse approach
  of identifying characteristics found in legitimate email, instead of identifying spam. These tests work in
  conjunction with the weighting system to help eliminate false-positives.
</p>
<p><strong>Safe Lists</strong></p>
<p>
  A small number of false-positives are unavoidable. To solve this problem, you can specify trusted email addresses
  that should always bypass the filtering system. This feature should be used when specific email sometimes gets identified
  as spam, such as opt-in newsletters or emails from colleagues whose mail servers are blacklisted or configured improperly.
</p>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2007-02-05-avoiding_false_positives</link>
</item>

<item>
<title>Email security: Preventing directory harvest attacks</title>
<description>
<p>
 A directory harvest attack (DHA) is an attempt by a malicious person to find out the email addresses that exist
 within a domain. Spammers do this by sending a series of connections to a SMTP server pretending to deliver mail
 to a large quantity of randomly selected name combinations, and collecting the responses from the server. The
 SMTP responses normally indicate whether or not each email address exists, thus allowing a spammer to compile
 a list of valid email addresses.
</p>
<p>
  We protect customers from Directory Harvest Attacks by automatically disconnecting spammers who send mail to too
  many invalid recipients. Subsequent connections are then throttled so that the spammer cannot establish new
  connections at a rapid rate. This renders Directory Harvest attempts useless and greatly reduces the chances
  of your email address ending up on a bulk mailing list.
</p>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2007-02-12-preventing-directory-harvest-attacks</link>
</item>

<item>
<title>Email security: Preventing abuse of the SMTP server</title>
<description>
<p>
  Serious measures are taken to keep abusive users off of our email hosting system and to keep our system out of the
  anti-spam blacklists. Monitoring systems detect when a customer tries to send out a bulk mailing, and cuts it off
  before it is too late.
</p>
<p>
  Our mail server IP addresses are checked against all known anti-spam blacklists hourly. In the rare case that one
  becomes blacklisted, immdediate action will be taken to diagnose and stop whatever caused the blacklisting to occur.
  During this time, the IP address that was blacklisted will be removed from use so that no outgoing mail is sent
  from it. Once the issue has been resolved, we contact the blacklisting organization in order to get the IP address
  removed from the blacklist.
</p>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2007-02-19-preventing-abuse-of-the-smtp-server</link>
</item>

<item>
<title>Webmail upgrade</title>
<description>
<p>A new version of webmail will be rolled out on the afternoon of Saturday, October 6.  This version will provide speed improvements for 
navigating the webmail interface and also for sending email.</p>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2007-10-05-webmail-upgrade</link>
</item>

<item>
<title>Webmail upgrade</title>
<description>
<p>A new version of webmail is now available.  The biggest change is in the 'Settings' section, which has undergone a complete overhaul to make it easier to manage your email configuration.  Other improvments include:</p>
<ul>
  <li>The ability to create and save HTML-based signatures ... you can even upload an image to incorporate into the signature.</li>
  <li>The option to schedule a vacation message to begin and end on specific dates.</li>
  <li>Advanced email filtering, using new email rules to allow more specific filtering.</li>
</ul>
</description>
<link>http://www.intrinsic.ca/blog/index.html#2008-06-17-webmail-upgrade</link>
</item>

<item>
<title>RSS Feed Removal From Webmail</title>
<description>
<p>
  Dear clients,
</p>

<p>
  RSS is a technology with a lot of potential to increase productivity by making communication easier and more relevant.  
Unfortunately, that potential has not been realized in the broader world and
while RSS is very useful, it has not become an indespensible tool for most of us.
</p>

<p>
  A decision has been made to drop the RSS Feed reader that is built into our Webmail application.  RSS will no longer be 
available beginning on August 15th.
</p>

<p>
  There are several reasons for this decision:
</p>

<ol>
  <li>RSS hasn't reached the critical mass necessary to go main stream.  The total number of our users taking advantage of 
this feature is less than 0.2% and is not growing.  Basically, if
you're reading this message via RSS, you're in the minority!</li>
  <li>Our RSS Feed reader is in need of a major overhaul, which requires development and hardware resources.  This in turn 
will drive up costs that will have to be passed on to our customers and this
is something we wish to avoid.</li>
</ol>

<p>
  We want to give you plenty of time to migrate your RSS feeds.  View the rest of this article on the Intrinsic Blog for more 
information and instructions on migrating to popular RSS feed readers.  <a 
href="http://www.intrinsic.ca/blog/index.html#2008-07-07-rss-client-removal">http://www.intrinsic.ca/blog/index.html#2008-07-07-rss-client-removal</a>
</p>

</description>
<link>http://www.intrinsic.ca/blog/index.html#2008-07-07-rss-client-removal</link>
</item>


<item>
<title>New webmail features</title>
<description>
<p>
The following features will soon be available in webmail:
</p>

<ul>
  <li>Create and share multiple personal calendars (currently only one personal calendar is available)</li>
  <li>Grant read and write access to your calendars for other users</li>
  <li>Allow calendar access to anyone via iCal feeds</li>
  <li>Right click access to menus for Email, Calendar, Contacts, and Tasks</li>
  <li>Add notes from within the webmail interface to easily record your quick thoughts</li>
</ul>

</description>
<link>http://www.intrinsic.ca/blog/index.html#2009-04-09-new-webmail-features</link>
</item>


<item>
<title>New version of webmail</title>
<description>
<p>
The following features are now available in webmail: 
</p>

<ul>
  <li>Create and share multiple personal calendars</li>
  <li>Grant read and write access to your calendars for other users</li>
  <li>Allow calendar access to anyone via iCal feeds</li>
  <li>Right click access to menus for Email, Calendar, Contacts, and Tasks</li>
  <li>Add notes from within the webmail interface to easily record your quick thoughts</li>
</ul>

</description>
<link>http://www.intrinsic.ca/blog/index.html#2009-05-05-new-webmail-features</link>
</item>



</channel>
</rss>

