#!/bin/sh # Copyright (c) 2004 Simon L. Nielsen , all rights reserved. # Covered by standard FreeBSD 2 clause BSD License, see: # http://www.FreeBSD.org/copyright/freebsd-license.html # # Convert an obfuscated marc.theaimsgroup.com message id into a normal # message id. # # Eg. # # to # IDSERV04FVjCRGryWtI0000000f@exchange.idefense.com sed -E -e 's/<(.*)>/\1/' \ -e "s/ \(\) /@/g" \ -e "s/ ! /./g"