Managing e-mails
Many people face the problem of handling e-mails efficiently. There is no right or wrong way to handle e-mail, but some methods just are a little easier to work with than others.
A lot of people ask me how I handle all my e-mails. In this post I’ll describe my setup. It’s far from perfect, but for me it works and it might work for you too.
I’m a Linux geek, so I use a CLI mail agent, named mutt. This simple yet powerful piece of software is wisely described as:
All mail clients suck. This one just sucks less.
As funny as it might sound, it’s true. After using PINE for a long time, I’ve switched to mutt and never looked back. The interface is powerful and it does close to everything you’d want your mail client to do. Other things, like filtering the mail, I do with a custom script using Mail::Audit (yes, I should use Email::Filter). I prefer a custom Perl script over procmail for I have difficulty grasping the procmail way of writing filters and rules. It just seems too complicated to me. Mail::Audit is a lot more simple, as we’ll see in a minute.
Ok, now that we know the tools we’re working with, let’s look at how I hook it all up.




