Dr Richard M Marshall

I've always liked to build things. Since I outgrew Lego I've been building software, development teams and most recently companies.

I'm Founder and CTO of Rapid Mobile Media Ltd in Edinburgh, Scotland. We founded the company in February 2004. We mobilise applications, but are now focussing on Ad360 Mobile Advertising Platform.

I like to think of us as creating mobile applications that people actually use, but we go much deeper than that.

This blog, however, is much more about my observations on the last frontier, the world of mobile technology. And anything else that crosses my path.


Flickr


Push spam

I’ve been running my N95 8GB with e-mail connected all the time at home to try the push e-mail. It’s great - my pocket goes chrrrrring! everytime a new e-mail arrives, in real time. It’s a neat piece of technology and even managed to make my elder daughter jealous as I was getting more messages than her!

For e-mail addicts like me this is great, however most of the messages are spam in the evening, which dramatically  reduces the utility of the alerts. Phone clients need to get with the program and include some form of spam filtering. It’s not that difficult, since our server marks everything dodgy - all the client would have to do is detect [spam] and put it into a different inbox. I’m sure you can get different e-mail clients that do that, but they won’t support the push and they won’t be integrated as well into the user experience.

4 Responses to “Push spam”

  1. Sam Halliday Says:

    why not set up your mail server (the dreaded ~/.procmailrc) to do the directory sorting?

  2. Richard Marshall Says:

    Sadly it’s not that simple.

  3. Geoff Ballinger Says:

    While most mail setups these days don’t allow for direct access to procmail they will usually have some form of server side rules engine.

    We run websieve which is a little clunky but does the job pretty well for our sendmail/spamassasin/cyrus based setup - though there are many others built in or around most of the major mailservers - usually alongside the vacation/out-of-office stuff.

    Obviously no idea how you have your email setup internally but would be surprised if it couldn’t at worst be added fairly easily.

    We find it is vital to have now that the majority of folks are reading their email on mobiles of various sorts. Makes them much more sensitive to spam and regular emails etc.

    I do think it is a problem that should be sorted out at server side so that folks don’t have to set their auto-filing scheme up multiple times (consistently? ;-) across their increasing number of email clients.

    G.

  4. Richard Marshall Says:

    As I said, it’s not as simple as setting up a single profile. We’ve now programming in a rule at the mail server which puts spam-tagged stuff into a subfolder. However the problem with that is it now needs separate management by me to ensure that stuff isn’t going astray, AND imap will still download the headers into that subfolder on the phone which takes time and bandwidth which I’d rather not use for that. I’ll report back anon to see how well it works.

    And I was trying to make a generic point - users shouldn’t have to go to these lengths to fight off vandalism.

Leave a Reply