Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Mail-Audit CPAN distribution.

Report information
The Basics
Id: 5700
Status: resolved
Priority: 0/
Queue: Mail-Audit

People
Owner: Nobody in particular
Requestors: 0282e40a252056e8ecc4ce7e42d8ec91 [...] half.pint.org.uk
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Killdups kills all messages that lack a messgae id
Patch to report messages without a message id as not a duplicate. the current code reports any message without a message id as a duplicate
*** ./site_perl/5.6.1/Mail/Audit/KillDups.pm Thu Jul 25 21:07:16 2002 --- /usr/local/perl/lib/site_perl/5.8.1/Mail/Audit/KillDups.pm Tue Jan 15 23:04:31 2002 *************** *** 24,32 **** chomp $mid; while (<MSGID>) { chomp; ! if (! $mid){ ! #It does happen that they don't you know ! } elsif ($_ eq $mid) { _log(1, "Duplicate, ignoring"); $self->ignore; return 1; # Just in case. --- 24,30 ---- chomp $mid; while (<MSGID>) { chomp; ! if ($_ eq $mid) { _log(1, "Duplicate, ignoring"); $self->ignore; return 1; # Just in case.
From: MARKSTOS
I confirmed that this bug exists and is problematic. It seems that some installs of Outlook 2003 don't get message IDs generated unless they are talking to an Exchange server.