Feature Requests item #1735020, was opened at 2007-06-11 13:50
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=423730&aid=1735020&group_id=37891

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Steve Crook (zaxuk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Include PGP Comments Header

Initial Comment:
Users of Type-I Pseudonyms often terminate them on the Usenet group 
alt.anonymous.messages.  Many of these are being lost due to news servers 
running default Cleanfeed installations that perform 'Fuzzy MD5' to filter 
Excessive Multi-Posting.

Cleanfeed's Fuzzy MD5 performs the following filtering prior to hashing the 
message payload:
$mbody = lc $hdr{__BODY__};
$mbody =~ s/^(?!http)\S{7,70}\r?$//mg;
$mbody =~ s/\r{3}.*$//mg;
$mbody =~ s/\s+$//;
$mbody =~ s/^[^\n]*\Z//m if $lines > 5;
$mbody =~ tr/a-z0-9//cd;
This results in virtually all PGP encrypted messages having the same MD5 hash 
and subsequently being dropped.

Resolution:
During encryption, add a PGP Comments header that contains 8 blocks of 6 random 
a-z characters separated by a whitespace character.  This will ensure that each 
PGP payload will generate a different Fuzzy MD5 hash.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=423730&aid=1735020&group_id=37891

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mixmaster-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mixmaster-devel

Reply via email to