This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
miscellany / dupifier
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
LICENSE | Mon Sep 29 11:20:21 -0700 2008 | |
| |
README | ||
| |
dupifier.pl |
dupifier/README
======================================================================== dupifier.pl Copyright 2005-2008 Ben Bleything <ben@bleything.net> Provided under the BSD license. ======================================================================== This little gizmo was meant to analyze the contents of my Maildir and notify me of duplicate messages. It accomplished this via the oh-so-fantasmic algorithm of "strip headers, kill all whitespace, and hash". It works okay, but I stopped using it because I have a lot of messages that are supposed to be duplicate (notifications, etc) and the false positive rate was dragging me down. It requires the following perl modules be available, both of which I believe are base: * File::Find * Digest::MD5 It is invoked thusly: ./dupifier.pl /absolute/path/to/your/Maildir Some peculiarity of the File::Find module makes it require absolute paths. ~/Maildir or the like may work. Your mileage, as always, may vary.








