Steam emails not arriving

I run my own email server and never have any trouble with email delivery – however recently some steam emails failed to arrive. I checked I wasn’t in any blacklists with senderbase, then dug further. Turns out I had SSL enabled on my MTA but using my old cert which was SHA1 & revoked (with …

Continue reading ‘Steam emails not arriving’ »

Scanning your Gmail with SpamAssassin

I’ve noticed more spam emails get into my Gmail INBOX lately, so decided to scan it with SpamAssassin. The Perl commandline script (gmail-spamassassin) I wrote to do this can be downloaded from GitHub. I also subclassed Net::IMAP::Simple to support Gmail’s IMAP extensions, so you’ll need Gmail.pm from the repository too. I intend to release Net::IMAP::Simple::Gmail …

Continue reading ‘Scanning your Gmail with SpamAssassin’ »