I add a seconde Regex form the new message filter, because some mail are in another format
$PATTERN_NEW2 = '^From\s+(.*)\s+(....)\s+(\d+)\s+(...)\s(\d{4})\s(..:..:..)';
# $1 = who
# $2 = day of week
# $3 = month
# $4 = day of month
# $5 = year
# $6 = time
# $7 = timezone.
2009-10-27 08:47:28 UTC in Archmbox