Projects / mbox2mysql / Comments

RSS Comments for mbox2mysql

09 Oct 2002 12:34 sonny2 Thumbs up

Little modifikation
I have added an singly qut masqreding to the script because it fails when in the subject is an single qout:

Original:
if ($header =~ m/<em>Subject<\/em>:(.*)/) { $subject = $1; }

New:
if ($header =~ m/<em>Subject<\/em>:(.*)/) { ($subject = $1) =~ s/'/\\'/g; }

This works fine.

24 Jul 2002 02:58 kodgehopper

Tiny compile bugfix
I found a tiny bug in the Makefile that would prevent successful compilation on some systems (although everything works fine on mine). It's been fixed, so compilation and installation should run smoothly now.

Screenshot

Project Spotlight

Clzip

A C language version of lzip.

Screenshot

Project Spotlight

LEAF

A Linux embedded appliance framework.