I've been using GMail ever since they decided to allow users to download their mail using POP. I was happy reading my email as usual in mutt. The only problem was that I had to log onto the website once in a while to clear out my spam folder and fish out the false positives.
However, as the amount of spam I receive daily started growing exponentially (in part thanks to my involvement in Debian), I became more and more dissatisfied with this solution. I had to login several times a day just to keep the levels of spam down to a manageable level. I tried emailing the GMail support team a few times without success.
The solution came just as I was looking at switching to a different email provider: IMAP access.Using fetchmail, I can now download my received and sent mail using POP and then download (and purge) the contents of my spam folder. Here are the relevant lines of my ~/.fetchmailrc:
poll pop.gmail.com protocol pop3 user "fmarier@gmail.com" is "francois" password "" fetchall sslpoll imap.gmail.com protocol imap user "fmarier@gmail.com" is "francois" password "" folder "[Gmail]/Spam" fetchall sslI can then run all of my mail through my own SpamAssassin filter (to which I added these excellent custom rules) and sort my mail in one of three folders:
definitely spam (conveniently located in /dev/null) for a score greater than 12
probably spam (I need to check those manually once in a while)
not spam for messages with a score less than 5This is done using procmail with the following bit in my ~/.procmailrc:
# Use spamassassin to check for spam# (only check messages <> 12.0:0:* ^X-Spam-Level: \*\*\*\*\*\*\*\*\*\*\*\*/dev/null:0:* ^X-Spam-Status: Yes/home/francois/mail/spam
See full article at:
Feeding the Cloud: Disabling the GMail spam filter and handling it yourself using SpamAssassin
Tuesday, May 6, 2008
Feeding the Cloud: Disabling the GMail spam filter and handling it yourself using SpamAssassin
Monday, May 5, 2008
How much heat your computer generated ?
Save energy and use this heat in alternate usage :).....
Pick up a carton of cooking oil....

Put ur computer connected to all wires in a almunium foil container
and add the cooking oil to it :) go ahaed and see the further instructions:0



Its time to eat the fries :)....

Wednesday, March 12, 2008
(a + b) ^ n: Expand....

Tuesday, March 11, 2008
Connect on LinkedIn
my, Profile http://www.linkedin.com/pub/5/18/471
I'd like to add you to my professional network on LinkedIn.
I'm making some sites and blogs :)
http://isjokes.blogspot.com/
http://www.cd-bills.com/
http://cd-bills.blogspot.com/
http://worldimmi.blogspot.com/
http://earn-googlee.blogspot.com/
http://iqbalsajid.blogspot.com/
http://www.ahbaabfoods.com/
-Iqbal Sajid
Learn more:
https://www.linkedin.com/e/isd/225159094/pw7lPrvN/
WHAT IS LINKEDIN?
Get answers:
Your network is full of industry experts willing to share advice. Joining Iqbal Sajid's network is the first step to accessing this valuable resource.
© 2008, LinkedIn Corporation
Saturday, February 9, 2008
Adapting Your Business to Change with HP Blade Systems Whitepaper
See the full paper in PDF format at the following link
http://i.i.com.com/cnwk.1d/html/itp/B14_Adapting_to_Change_Blade_Systems_Move_into_the_Mainstream.pdf
Tuesday, February 5, 2008
Smartest Car Engine
Thursday, January 31, 2008
Installing Ubuntu Or Fedora From A Windows Or Linux System With UNetbootin
Version 1.0 Author: Falko Timme Last edited 09/29/2007
UNetbootin is a tool that allows you to install various Linux distributions (Ubuntu, Fedora, Mandriva, OpenSuSE, Debian, ArchLinux) from a Windows or a Linux desktop over the internet (i.e., you don't need to burn the Ubuntu, Fedora, ... CDs). Unlike the Ubuntu installation with Wubi, real partitions are created during the installation. In the end, you have a dual-boot system (Linux/Windows or Linux/Linux).
This document comes without warranty of any kind! I want to say that this is not the only way of setting up such a system. There are many ways of achieving this goal but this is the way I take. I do not issue any guarantee that this will work for you!
1 Preliminary Note
In this tutorial I'm going to show you how to install Ubuntu Feisty Fawn and Fedora 7 from a Windows XP machine. The other supported distributions can be installed the same way. Of course, you can as well install the supported distributions from a Linux system instead of Windows - all UNetbootin packages are available as .exe (Windows), .deb (Debian/Ubuntu), and .rpm (Fedora, CentOS, OpenSuSE, Mandriva, PCLinuxOS, ...) files - just install the appropriate package for your system.
UNetbootin is very similar to the Debian-Installer Loader. The difference is that UNetbootin supports multiple distributions and can be used on Windows and Linux systems.
2 Installing Ubuntu Feisty Fawn
Visit http://lubi.sourceforge.net/unetbootin.html and click on the Download link. On the SourceForge download page, you can find packages for all Linux distributions that you can install with UNetbootin. Select the package for Ubuntu 7.04:
On the next page, you can find the UNetbootin package for Ubuntu 7.04 for various systems (.deb for Debian/Ubuntu, .rpm for Fedora, CentOS, OpenSuSE, Mandriva, PCLinuxOS, .exe for Windows, and .sh for Linux distributions that don't use .deb or .rpm. Select the .exe package and download it to your hard drive:
Afterwards, open the Windows Explorer and go to the folder where you've stored UNetbootin. Click on it to start the UNetbootin installation:
After the installation, you're asked to reboot the system. Do so now:
When the system reboots, you should now see the Windows boot menu. Select Ubuntu and press ENTER:

