the Message-ID header gets duplicated on the right end of the filter. probably not more than a cosmetic problem, though, but still.
Logged In: NO
where did the diff go beats me. inlined:
--- nodupmail-0.2.1.O/nodupmail 2000-09-29 01:08:17.000000000 +0200 +++ nodupmail-0.2.1/nodupmail 2005-06-18 01:16:49.000000000 +0200 @@ -124,7 +124,6 @@ my $digest = $digest_context->hexdigest(); if ( record_digest_and_find_duplicate( $digest ) ) { - print $header; print while <STDIN>; exit CATCH; }
Log in to post a comment.
Logged In: NO
where did the diff go beats me. inlined:
--- nodupmail-0.2.1.O/nodupmail 2000-09-29
01:08:17.000000000 +0200
+++ nodupmail-0.2.1/nodupmail 2005-06-18
01:16:49.000000000 +0200
@@ -124,7 +124,6 @@
my $digest = $digest_context->hexdigest();
if ( record_digest_and_find_duplicate( $digest ) )
{
- print $header;
print while <STDIN>;
exit CATCH;
}