Apis Networks

Archive for July, 2008

Default mail delivery rules adjusted for spam

Spam will now be unconditionally delivered to the Spam folder of your mailbox. This change has been implemented after carefully analyzing average delivery scores for spam since the last change implemented that deleted spam above a 10. False positives are very rare and the immediate benefits for those who are inundated by a bevy of spam every day far outweigh the possible downsides.

All rules, which have not been modified from their original state, we amended:

# Global maildrop rules go here
# See http://www.courier-mta.org/maildrop/maildropfilter.html for syntax

if ($SIZE < 131072)
{
        exception {
                xfilter "/usr/bin/spamc -u $RECIPIENT"
        }
}

DELETE_THRESHOLD=10.0
if (/^X-Spam-Flag: YES/)
{
        /X-Spam-Score: (\d+)/
        if ($MATCH1 >= $DELETE_THRESHOLD)
        {
                to /dev/null
        }
        else
        {
               to Mail/.Spam/
        }
}

Comments off

 

esprit Update minor features and bugfixes

A new esprit update has been pushed to the servers to address a few bugs and implement some quick features:

  • Added: select all checkbox to File Manager
  • Added: toggle between raw and HTML editors in File Manager
  • Added: toggle SSL link in Quick Menu bar to switch between HTTPS/HTTP
  • Added: include count of number of Urchin profiles creatable within the account in Urchin 5
  • Fixed: refactored Language Options to new AJAX system, query remote Rails gem after page load to avoid unnecessary delays from pulling YAML from RubyForge
  • Fixed: all files defaulted to binary view in File Manager
  • Fixed: modal warning box firing prematurely in Change Account Billing; cause “operation not permitted” error in IE
  • Fixed: missing priority, subject names in ticket e-mails, URL better presented as full link to ticket
  • Fixed: Quick Menu rendering problems in IE7, border cut-off
  • Fixed: resend_host regex never matched in Majordomo::get_domain_from_list_name_backend() (bug #96)
  • Fixed: Majordomo alias not removed after list deletion
  • Fixed: missing loading image on tooltips
  • Changed: updated icons to reflect current Apis theme
  • Changed: upgraded FCKEditor from 2.6b1 to 2.6.2
  • Changed: updated logo, background to reflect new theme

Comments off

 

apnscp esprit usability survey, coming soon

Hi folks, it’s time for another update on apnscp esprit and everything going on with Apis. As you may know, I have been busy rewriting and automating the account setup process after roughly three years of sidelining it in favor of other tasks, like writing apnscp esprit. esprit has matured into a well-featured product, so it’s back to the basics and hopefully this will, in the long run, free up more time for me to go back to what I do best— server engineering.

Be on the lookout for a voluntary survey within a week or two asking for your opinions on Apis and your views of esprit’s product positioning.  I have conducted a few focus group sessions with users in the metro Atlanta area to get a better understanding of what needs to be done with esprit.  Every time the major shortcoming appears to be common tasks tend to be more difficult while more difficult tasks tend to be easier.   I’ll be exploring this criticism in-depth within the coming weeks and I would like to ask everyone to please be sure to think about what can be done to improve esprit over the next few weeks.  Just jot it down on a piece of paper or in Notepad if you stumble across something that comes across as cumbersome.

Having said that, esprit will be in a feature freeze until the usability aspects are properly addressed.  Following the UI tweaks, I’ll be working on adding reseller support to the control panel and bring everything together, such as seamless user/account switching.  I would expect these changes to carry into at least October, with the first leg, the survey, coming in late July.

- Matt

Comments off