Excluding log fields of name mime_type for comparision.

This is because libmagic can return different results depending on
installation.

Note, this still doesn't fix all problems: smtp-entities sets md5
depending on the mime-type returned by libmagic ...
This commit is contained in:
Robin Sommer 2011-09-09 11:30:41 -07:00
parent 3a3f58d5df
commit cb2cb117d0
3 changed files with 27 additions and 2 deletions

View file

@ -2,7 +2,7 @@
#
# A diff canonifier that removes all connection UIDs.
BEGIN { IFS="\t"; OFS="\t"; }
BEGIN { FS="\t"; OFS="\t"; }
column > 0 {
$column = "XXXXXXXXXXX";