3 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Deleting duplicated m...
FromSent OnAttachments
kazabeAug 11, 2007 5:22 am 
Tony EarnshawAug 11, 2007 7:07 am 
moussAug 18, 2007 3:24 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Deleting duplicated messages with maildropActions...
From:Tony Earnshaw (ton@hetnet.nl)
Date:Aug 11, 2007 7:07:56 am
List:net.sourceforge.lists.courier-maildrop

kazabe skrev, on 11-08-2007 14:22:

Im using postfix with the always_bcc feature, to do a backup of all the messages in a backup account. Im using too amavis to provide antiSpam/Virus support to my server.

Because im using the content filter, the messages are arriving duplicated to the backup account.

im using maildrop to move the spam to the user junk folder, but i wanna know if maildrop can catch the messages with message-id duplicated, and delet them.

Is possible do that?

maildrop can do that, I do it (but not for your reason, you should see and get rid of that - see messages on the Postfix ML). In maildroprc:

# Avoid messages with duplicate Message-IDs `/usr/bin/reformail -D 16000 duplicate.cache` if ( $RETURNCODE == 0 ) exit

Writes the duplicate.cache db to $HOME/Maildir.

Best,

--Tonni