MD5 [was: Unregistering Mail]

David Relson relson at osagesoftware.com
Sun Feb 9 03:00:01 CET 2003


At 08:40 PM 2/8/03, Chris Wilkes wrote:

>Alternatively, I'm working up an MD5 checksum of just the email's body
>and recording its spam status and time seen into a database file.  That
>way you can tell if an email that's been delivered has been run through
>BF before.  Once I get it working I'll publish it, maybe making into the
>contrib/ directory.

Chris,

Seems like a combination of procmail, md5sum, and a script could do most of 
this.  Procmail could pass the message body to the script.  The script 
would run md5sum and do the database query and return a status code to 
procmail.  Seems like it could be done quite simply, without need to write 
any C code.

David





More information about the Bogofilter mailing list